Skip to content

Commit

Permalink
Merge pull request #12650 from hoop71/contributing-typo
Browse files Browse the repository at this point in the history
patch: typo
  • Loading branch information
shilman committed Oct 3, 2020
1 parent 4485f33 commit 8c08203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -303,7 +303,7 @@ If you're working on one or a few packages, for every change that you make, you
- Run `yarn build <package-name>` to build that package specifically. \
For the package name, use its short version. Example: for `@storybook/addon-docs`, run `yarn build addon-docs`.
- Run `yarn build --all` to build everything.
- Add `--watch` to run automatically in watch more if you are either building a selection of packages by name or building all.
- Add `--watch` to run automatically in watch mode if you are either building a selection of packages by name or building all.
Example: `yarn build core addon-docs --watch` or `yarn build --all --watch`.

### Working with the kitchen sink apps
Expand Down

0 comments on commit 8c08203

Please sign in to comment.