Skip to content

Commit 3822d3a

Browse files
tbroadleyjshcrowthe
authored andcommitted
docs: fix typos (#397)
1 parent 72cd164 commit 3822d3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ $ yarn test
102102
```
103103

104104
In addition, you can run any of the tests individually by running `yarn test` in
105-
an individaul package directory.
105+
an individual package directory.
106106

107107
## Building the SDK
108108

@@ -121,7 +121,7 @@ scope](https://www.npmjs.com/search?q=scope%3Afirebase) on NPM.
121121
### Helper Scripts
122122

123123
Each package in the `packages` directory exposes a `dev` script. This script
124-
will set up a watcher for development on the indiviual piece of the SDK. In
124+
will set up a watcher for development on the individual piece of the SDK. In
125125
addition, there is a top level `dev` script that can be run to start all of the
126126
watch tasks as well as a sandbox server.
127127

packages/auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export SAUCE_ACCESS_KEY=<the copy pasted access key>
7777
./buildtools/sauce_connect.sh
7878
```
7979

80-
Take note of the "Tunnel Identifier" value logged in the terminal,at the top. In
80+
Take note of the "Tunnel Identifier" value logged in the terminal, at the top. In
8181
the other terminal that has the exported variables, run the tests:
8282

8383
```bash

0 commit comments

Comments
 (0)