From 697e6151ed8c8def70717a50db96b3a076c5a333 Mon Sep 17 00:00:00 2001 From: Chesnokov Artemii <115871031+Sinabon2004@users.noreply.github.com> Date: Wed, 5 Aug 2026 14:37:41 +0300 Subject: [PATCH] fix typo visual-testing-with-storybook.mdx --- docs/basic-guides/visual-testing-with-storybook.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic-guides/visual-testing-with-storybook.mdx b/docs/basic-guides/visual-testing-with-storybook.mdx index 2c39518d..20ab0127 100644 --- a/docs/basic-guides/visual-testing-with-storybook.mdx +++ b/docs/basic-guides/visual-testing-with-storybook.mdx @@ -43,7 +43,7 @@ export default { ### Step 3: Run tests -To run storybook tests, add the '--storybook` option. The '--update-refs` option allows you to save/update reference images via the CLI: +To run storybook tests, add the `--storybook` option. The `--update-refs` option allows you to save/update reference images via the CLI: ```bash npx testplane --storybook --update-refs