From 55406fe481d9829dd0dd78f9cfa914e90be7de9a Mon Sep 17 00:00:00 2001 From: Isaac Date: Thu, 17 Sep 2020 08:52:42 +0100 Subject: [PATCH] fixing grammar mistake your-component.js.mdx Fixing "where your story goes in the story list" instead of "where you story goes in the story list" Your is sometimes used to indicate that something belongs to or relates to people in general, hence your story. --- docs/snippets/react/your-component.js.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snippets/react/your-component.js.mdx b/docs/snippets/react/your-component.js.mdx index cd5b273a132..4c08bc781be 100644 --- a/docs/snippets/react/your-component.js.mdx +++ b/docs/snippets/react/your-component.js.mdx @@ -4,7 +4,7 @@ import React from 'react'; import { YourComponent } from './YourComponent'; -// This default export determines where you story goes in the story list +// This default export determines where your story goes in the story list export default { title: 'YourComponent', component: YourComponent,