diff --git a/docs/api/mdx.md b/docs/api/mdx.md index ef18026ba15..61c2ca74dab 100644 --- a/docs/api/mdx.md +++ b/docs/api/mdx.md @@ -115,7 +115,7 @@ In addition, global decorators work just like before, e.g. adding the following ## Documentation-only MDX -Typically, when you use Storybook MDX, you define stories in the MDX documentation is automatically associated with those stories. But what if you want to write Markdown-style documentation and have it show up in your Storybook? +Typically, when you use Storybook MDX, you define stories in the MDX and the documentation is automatically associated with those stories. But what if you want to write Markdown-style documentation and have it show up in your Storybook? If you don't define stories in your MDX, you can write MDX documentation and associate it with an existing story, or embed that MDX as its own documentation node in your Storybook's navigation.