File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ $ yarn test
102
102
```
103
103
104
104
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.
106
106
107
107
## Building the SDK
108
108
@@ -121,7 +121,7 @@ scope](https://www.npmjs.com/search?q=scope%3Afirebase) on NPM.
121
121
### Helper Scripts
122
122
123
123
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
125
125
addition, there is a top level ` dev ` script that can be run to start all of the
126
126
watch tasks as well as a sandbox server.
127
127
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export SAUCE_ACCESS_KEY=<the copy pasted access key>
77
77
./buildtools/sauce_connect.sh
78
78
```
79
79
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
81
81
the other terminal that has the exported variables, run the tests:
82
82
83
83
``` bash
You can’t perform that action at this time.
0 commit comments