Merge pull request #9783 from seantcoyote/patch-3

Patch 3 - typo fix by copy rewrite
This commit is contained in:
Michael Shilman 2020-02-07 10:41:17 +08:00 committed by Michael Shilman
parent 8b11ec6eb9
commit f7d1217c39

View File

@ -31,7 +31,7 @@ That's it. When Storybook starts up, it will configure itself for typescript wit
## Preset configuration
Presets can also take optional parameters. Sometimes these used by the preset itself, and another common case is to pass them through to configure webpack loaders that are used by the presets.
Presets can also take optional parameters. These can be used by the preset itself or passed through to configure the webpack loaders that are used by the preset.
Consider this example: