Skip to content

Commit 47d015c

Browse files
authored
Fix typos and add punctuation marks (#6789)
Fix typos and add punctuation marks
2 parents 43e378f + 4579999 commit 47d015c

File tree

1 file changed

+3
-3
lines changed
  • docs/src/pages/configurations/theming

1 file changed

+3
-3
lines changed

docs/src/pages/configurations/theming/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It's really easy to theme Storybook globally.
1111

1212
We've created two basic themes that look good of the box: "normal" (a light theme) and "dark" (a dark theme).
1313

14-
As the simplest example example, you can tell Storybook to use the "dark" theme by modifyig `.storybook/config.js`:
14+
As the simplest example, you can tell Storybook to use the "dark" theme by modifying `.storybook/config.js`:
1515

1616
```js
1717
import { addParameters } from '@storybook/react';
@@ -25,7 +25,7 @@ addParameters({
2525
});
2626
```
2727

28-
When setting a theme, set a full theme object. The theme is replaced not combined.
28+
When setting a theme, set a full theme object. The theme is replaced, not combined.
2929

3030
## Dynamic theming
3131

@@ -123,7 +123,7 @@ export default create({
123123

124124
## Addons and theme creation
125125

126-
Some addons require specific theme variables that a Storybook user must add. If you share your theme with the community make sure to support the official and other popular addons so your users have a consistent experience.
126+
Some addons require specific theme variables that a Storybook user must add. If you share your theme with the community, make sure to support the official and other popular addons so your users have a consistent experience.
127127

128128
For example, the popular Actions addon uses [react-inspector](https://github.com/xyc/react-inspector/blob/master/src/styles/themes/chromeLight.js) which has themes of its own. Supply additional theme variables to style it like so:
129129

0 commit comments

Comments
 (0)