Skip to content

Commit

Permalink
Update index.md (#9152)
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
shilman committed Jan 11, 2020
1 parent e062d61 commit dad2ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/formats/storiesof-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Each `.add` call takes a story name, a story function that returns a renderable

[Decorators](../../basics/writing-stories/#decorators) and [parameters](../../basics/writing-stories/#parameters) can be specified globally, at the component level, or locally at the story level.

Global decorators are parameters are specified in the Storybook config:
Global decorators and parameters are specified in the Storybook config:

```js
addDecorator(storyFn => <blink>{storyFn()}</blink>);
Expand Down

0 comments on commit dad2ccc

Please sign in to comment.