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