From 7d17ecdc6654c6e62befcfada5e95fdcd2dcd42c Mon Sep 17 00:00:00 2001 From: Jodi Warren Date: Tue, 15 Mar 2022 13:16:22 +0000 Subject: [PATCH] Fix typo in docs --- docs/snippets/react/your-component.js.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/snippets/react/your-component.js.mdx b/docs/snippets/react/your-component.js.mdx index 10c286edc0fb..5b3121d657ac 100644 --- a/docs/snippets/react/your-component.js.mdx +++ b/docs/snippets/react/your-component.js.mdx @@ -6,7 +6,7 @@ import { YourComponent } from './YourComponent'; //👇 This default export determines where your story goes in the story list export default { /* 👇 The title prop is optional. - * See https://storybook.js.org/docsreact/configure/overview#configure-story-loading + * See https://storybook.js.org/docs/react/configure/overview#configure-story-loading * to learn how to generate automatic titles */ title: 'YourComponent', @@ -21,4 +21,4 @@ export const FirstStory = { //👇 The args you need here will depend on your component }, }; -``` \ No newline at end of file +```