Skip to content

Commit

Permalink
Update with PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Mar 4, 2019
1 parent 47d484a commit be07879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Expand Up @@ -225,7 +225,7 @@ import { addParameters } from '@storybook/react'; // or others
addParameters({ a11y: options });
```

You can pass `a11y` parameters at the global level (via `addParameters` imported from `@storybook/react` et al.), and the story level (via the third argument to `.add()`).
You can also pass `a11y` parameters at the component level (via `storiesOf(...).addParameters`), and the story level (via the third argument to `.add()`).

Furthermore, the decorator `checkA11y` has been deprecated and renamed to `withA11y` to make it consistent with other Storybook decorators.

Expand Down

1 comment on commit be07879

@vercel
Copy link

@vercel vercel bot commented on be07879 Mar 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Builds rate limit exceeded (0 of 100 remaining). Try again in 23h

Please sign in to comment.