From 554c0da67191c61de13a9f31400057478290c17f Mon Sep 17 00:00:00 2001 From: Abdul Qadir Date: Wed, 6 May 2026 10:47:58 +0300 Subject: [PATCH 1/2] docs: fix three grammar issues in contribute/code page --- docs/contribute/code.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From e9dd404449b4f4b83713ab15b05947fd2a4799c8 Mon Sep 17 00:00:00 2001 From: Abdul Qadir Date: Mon, 11 May 2026 16:15:47 +0300 Subject: [PATCH 2/2] docs: fix missing definite article in whats-a-story page --- docs/get-started/whats-a-story.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: