Made sentence more understandable

Added "and the" to the first sentence to make the sentence more easily understood.
This commit is contained in:
Barbara 2021-08-30 08:18:16 -07:00 committed by GitHub
parent 09ccfc115c
commit 32a316ac26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.