Skip to content

Commit

Permalink
Fixed typos that existed on some files (#28314)
Browse files Browse the repository at this point in the history
* fix: naviagtion -> navigation

* fix: compatability -> compatibility
  • Loading branch information
hiro0218 committed Aug 20, 2021
1 parent da4203d commit a9c1bd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/with-docker/README.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion test/integration/export-serverless/test/browser.js
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion test/integration/export/test/browser.js
Expand Up @@ -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')
Expand Down

0 comments on commit a9c1bd7

Please sign in to comment.