Update docs/workflows/build-pages-with-storybook.md

Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
This commit is contained in:
Tom Coleman 2020-08-10 23:20:53 +10:00 committed by GitHub
parent 79c4c6c60e
commit e374f95a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ This approach is particularly useful when the various subcomponents export a com
## Mocking connected components
IF you need to render a connected component in Storybook, you can mock the network requests that it makes to fetch its data. There are various layers in which you can do that.
If you need to render a connected component in Storybook, you can mock the network requests that it makes to fetch its data. There are various layers in which you can do that.
### Mocking providers