Skip to content

Commit

Permalink
docs: Fixed a typo in readme.md (#17119)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers authored and Sunil Pai committed Oct 23, 2019
1 parent 57b2fbb commit 9c02d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools-extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The easiest way to install this extension is as a browser add-on:

You can also build and install this extension from source.

DevTools embeds local versions of several NPM packages also in this workspae. If you have not already built them, you'll need to do that before getting started by running the following command in the root directory of this repository:
DevTools embeds local versions of several NPM packages also in this workspace. If you have not already built them, you'll need to do that before getting started by running the following command in the root directory of this repository:
```sh
yarn build -- react,react-dom,react-is,scheduler --type=NODE
```
Expand Down

0 comments on commit 9c02d26

Please sign in to comment.