Skip to content

Commit dad2ccc

Browse files
committed
Update index.md (#9152)
Update index.md
1 parent e062d61 commit dad2ccc

File tree

1 file changed

+1
-1
lines changed
  • docs/src/pages/formats/storiesof-api

1 file changed

+1
-1
lines changed

docs/src/pages/formats/storiesof-api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Each `.add` call takes a story name, a story function that returns a renderable
4040

4141
[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.
4242

43-
Global decorators are parameters are specified in the Storybook config:
43+
Global decorators and parameters are specified in the Storybook config:
4444

4545
```js
4646
addDecorator(storyFn => <blink>{storyFn()}</blink>);

0 commit comments

Comments
 (0)