From 9c02d26549054090042403c2284f30bd916df30d Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Wed, 23 Oct 2019 19:52:14 +0200 Subject: [PATCH] docs: Fixed a typo in readme.md (#17119) --- packages/react-devtools-extensions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-devtools-extensions/README.md b/packages/react-devtools-extensions/README.md index 8b52bfc7855fc..11e283d6cab5c 100644 --- a/packages/react-devtools-extensions/README.md +++ b/packages/react-devtools-extensions/README.md @@ -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 ```