From fb9bfc7a3eee14da2a48899f39f6aaca04ba415b Mon Sep 17 00:00:00 2001 From: Sean Crawford Date: Thu, 6 Feb 2020 16:21:05 -0800 Subject: [PATCH 1/2] Fix typo and copy If reviewers don't think my proposed copy rewrite is accurate or sufficient, let's at least add the missing 'are': --- docs/src/pages/presets/introduction/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/presets/introduction/index.md b/docs/src/pages/presets/introduction/index.md index ac0a638cecd2..66d5e3b62441 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: From 8d273fd1f0c12b78b0325c5f2e069302f449993c Mon Sep 17 00:00:00 2001 From: Sean Crawford Date: Thu, 6 Feb 2020 16:35:00 -0800 Subject: [PATCH 2/2] Remove unnecessary comma --- docs/src/pages/presets/introduction/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/presets/introduction/index.md b/docs/src/pages/presets/introduction/index.md index 66d5e3b62441..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. These can be used by the preset itself, or passed through to configure the webpack loaders that are used by the preset. +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: