Skip to content

Commit

Permalink
spelling: note => not
Browse files Browse the repository at this point in the history
  • Loading branch information
fuller committed Jan 15, 2019
1 parent 51cd131 commit afee368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/addons/api/index.md
Expand Up @@ -191,4 +191,4 @@ The options to `makeDecorator` are:
- `allowDeprecatedUsage`: support the deprecated "wrapper" usage (`.add('story', () => withFoo(options)(() => <Story/>))`).
- `wrapper`: your decorator function. Takes the `storyFn`, `context`, and both the `options` and `parameters` (as defined in `skipIfNoParametersOrOptions` above).

Note if the parameters to a story include `{ foo: {disable: true } }` (where `foo` is the `parameterName` of your addon), your decorator will note be called.
Note if the parameters to a story include `{ foo: {disable: true } }` (where `foo` is the `parameterName` of your addon), your decorator will not be called.

0 comments on commit afee368

Please sign in to comment.