Fix typo in Introduction: React UI Testing page (#8359)

Fix typo in Introduction: React UI Testing page
This commit is contained in:
Michael Shilman 2019-10-10 15:12:04 +08:00 committed by GitHub
commit 3f3b6a8fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ But it would be great if we could do this once in a while (especially with a ma
## How Storybook Can Help Us
A **story** is a smallest unit in Storybook.
A **story** is the smallest unit in Storybook.
It's a fully functioning UI element where the input can be used for any of the testing methods we've mentioned above.
Let's look at how Storybook can help you do the above mentioned different aspects of testing.