Skip to content

Commit

Permalink
Fix minor spelling mistake (#9284)
Browse files Browse the repository at this point in the history
Fix minor spelling mistake
  • Loading branch information
shilman committed Jan 11, 2020
1 parent 043257d commit 5182155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/guide-react/index.md
Expand Up @@ -18,7 +18,7 @@ If it failed because it couldn't detect you're using React, you could try forcin
npx -p @storybook/cli sb init --type react
```

If you're using [Create React App](https://create-react-app.dev/) (or a fork of `react-scrips`), you should use this command instead:
If you're using [Create React App](https://create-react-app.dev/) (or a fork of `react-scripts`), you should use this command instead:

```sh
npx -p @storybook/cli sb init --type react_scripts
Expand Down

0 comments on commit 5182155

Please sign in to comment.