diff --git a/docs/src/pages/presets/introduction/index.md b/docs/src/pages/presets/introduction/index.md index ac0a638cecd2..72f6f6f9f0d8 100644 --- a/docs/src/pages/presets/introduction/index.md +++ b/docs/src/pages/presets/introduction/index.md @@ -29,7 +29,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: