Skip to content

Commit

Permalink
Fix typo in Introduction: React UI Testing page (#8359)
Browse files Browse the repository at this point in the history
Fix typo in Introduction: React UI Testing page
  • Loading branch information
shilman committed Oct 14, 2019
1 parent 5ed61d8 commit 57936d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/testing/react-ui-testing/index.md
Expand Up @@ -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.
Expand Down

0 comments on commit 57936d9

Please sign in to comment.