From 45b6311776afeb896f3a99a5e3c94e7f73c8fffe Mon Sep 17 00:00:00 2001 From: Raphael Martin Schindler Date: Wed, 8 Sep 2021 08:25:35 -0700 Subject: [PATCH] Fix typos --- docs/get-started/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started/install.md b/docs/get-started/install.md index 5e58f7bc799..b9a4b3c4299 100644 --- a/docs/get-started/install.md +++ b/docs/get-started/install.md @@ -27,7 +27,7 @@ title: 'Install Storybook' sb init is not made for empty projects -Storybook needs to be installed into a project that is already setup with a framework. It will not work on an empty project. There are many ways to bootstrap an app in a given framework including: +Storybook needs to be installed into a project that is already set up with a framework. It will not work on an empty project. There are many ways to bootstrap an app in a given framework including: - 📦 [Create an Angular Workspace](https://angular.io/cli/new) - 📦 [Create React App](https://reactjs.org/docs/create-a-new-react-app.html) @@ -42,7 +42,7 @@ During its install process, Storybook will look into your project's dependencies The command above will make the following changes to your local environment: - 📦 Install the required dependencies. -- 🛠 Setup the necessary scripts to run and build Storybook. +- 🛠 Set up the necessary scripts to run and build Storybook. - 🛠 Add the default Storybook configuration. - 📝 Add some boilerplate stories to get you started.