diff --git a/docs/contribute/code.mdx b/docs/contribute/code.mdx index f35b9993cfab..80d9877a34b4 100644 --- a/docs/contribute/code.mdx +++ b/docs/contribute/code.mdx @@ -102,7 +102,7 @@ Otherwise, if it affects the `Manager` (the outermost Storybook `iframe` where t ![Storybook manager preview](../_assets/addons/manager-preview.png) -The `yarn build` commands accepts arguments to help speed up your development workflow: +The `yarn build` command accepts arguments to help speed up your development workflow: - `--all` will cause all packages to be built - `--watch` will enable watch mode (and skip the watch mode prompt) @@ -163,11 +163,11 @@ yarn test -Storybook relies on [Vitest](https://vitest.dev/) as part of it's testing suite. During the test run, if you spot that snapshot tests are failing, re-run the command with the `-u` flag to update them. +Storybook relies on [Vitest](https://vitest.dev/) as part of its testing suite. During the test run, if you spot that snapshot tests are failing, re-run the command with the `-u` flag to update them. -Doing this prevents last-minute bugs and is a great way to merge your contribution faster once you submit your pull request. Failing to do so will lead to one of the maintainers mark the pull request with the **Work in Progress** label until all tests pass. +Doing this prevents last-minute bugs and is a great way to merge your contribution faster once you submit your pull request. Failing to do so will lead to one of the maintainers marking the pull request with the **Work in Progress** label until all tests pass. ### Target `next` branch diff --git a/docs/get-started/whats-a-story.mdx b/docs/get-started/whats-a-story.mdx index 1d0b7aa8ab5b..afa370a1607e 100644 --- a/docs/get-started/whats-a-story.mdx +++ b/docs/get-started/whats-a-story.mdx @@ -85,7 +85,7 @@ Of course, you can always update the story's code directly too: