From 6472a0488ddd54393771aabdfed82e9f0079742d Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Fri, 7 Jun 2019 16:46:17 -0700 Subject: [PATCH] Fixing Grammar (#7007) Fixing Grammar --- docs/src/pages/guides/guide-react/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/guides/guide-react/index.md b/docs/src/pages/guides/guide-react/index.md index f14d75e9f533..100478492f93 100644 --- a/docs/src/pages/guides/guide-react/index.md +++ b/docs/src/pages/guides/guide-react/index.md @@ -37,7 +37,7 @@ npm install react react-dom --save npm install babel-loader @babel/core --save-dev ``` -## Step 2: Add a npm script +## Step 2: Add an npm script Then add the following NPM script to your `package.json` in order to start the storybook later in this guide: