From c31ef88909c64abf8c2d945a210505e6c2de63ea Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 20 Aug 2021 08:43:03 +0900 Subject: [PATCH 1/2] fix: naviagtion -> navigation --- test/integration/export-serverless/test/browser.js | 2 +- test/integration/export/test/browser.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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') From 0c504674b02e8120f41340c7bd2b8207910e64d0 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 20 Aug 2021 08:45:47 +0900 Subject: [PATCH 2/2] fix: compatability -> compatibility --- examples/with-docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.