Skip to content

Commit

Permalink
Fix 'environemnt' spelling error in README (#2535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke committed Apr 19, 2020
1 parent 019adcc commit 4928153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Optional: To fix ["unmet peer dependency" warnings](https://github.com/rails/web
yarn upgrade
```

When `package.json` and/or `yarn.lock` changes, such as when pulling down changes to your local environemnt in a team settings, be sure to keep your NPM packages up-to-date:
When `package.json` and/or `yarn.lock` changes, such as when pulling down changes to your local environment in a team settings, be sure to keep your NPM packages up-to-date:

```bash
yarn install
Expand Down

0 comments on commit 4928153

Please sign in to comment.