Skip to content

Commit

Permalink
Merge pull request #10102 from tinymachine/patch-5
Browse files Browse the repository at this point in the history
Fix typo in addon-contexts docs
  • Loading branch information
shilman committed Mar 14, 2020
1 parent b493485 commit 47a2fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/contexts/README.md
Expand Up @@ -84,7 +84,7 @@ Finally, you may want to modify the default setups at per story level. Here is h
export const defaultView = () => <div />;
defaultView.story = {
parameters: {
context: [{}]
contexts: [{}]
}
};
```
Expand Down

0 comments on commit 47a2fd5

Please sign in to comment.