diff --git a/examples/with-docker/README.md b/examples/with-docker/README.md index cfb64979d62b2dd..868cb6ce5091af0 100644 --- a/examples/with-docker/README.md +++ b/examples/with-docker/README.md @@ -22,7 +22,7 @@ You can view your images created with `docker images`. ## Deploying to Google Cloud Run -The `start` script in `package.json` has been modified to accept a `PORT` environment variable (for compatability with Google Cloud Run). +The `start` script in `package.json` has been modified to accept a `PORT` environment variable (for compatibility with Google Cloud Run). 1. Install the [Google Cloud SDK](https://cloud.google.com/sdk/docs/install) so you can use `gcloud` on the command line. 1. Run `gcloud auth login` to log in to your account. diff --git a/test/integration/export-serverless/test/browser.js b/test/integration/export-serverless/test/browser.js index 99425665582d432..4749bd0cd63adcb 100644 --- a/test/integration/export-serverless/test/browser.js +++ b/test/integration/export-serverless/test/browser.js @@ -99,7 +99,7 @@ export default function (context) { await browser.close() }) - it('should support client side naviagtion', async () => { + it('should support client side navigation', async () => { const browser = await webdriver(context.port, '/') const text = await browser .elementByCss('#counter') diff --git a/test/integration/export/test/browser.js b/test/integration/export/test/browser.js index 5c58731ed26f64e..4e7d8bf79d6c17a 100644 --- a/test/integration/export/test/browser.js +++ b/test/integration/export/test/browser.js @@ -124,7 +124,7 @@ export default function (context) { await browser.close() }) - it('should support client side naviagtion', async () => { + it('should support client side navigation', async () => { const browser = await webdriver(context.port, '/') const text = await browser .elementByCss('#counter')