Skip to content

Commit

Permalink
Merge pull request #14099 from oanaOM/patch-1
Browse files Browse the repository at this point in the history
[storybook/docs/react] Small typo
  • Loading branch information
jonniebigodes authored and shilman committed Mar 3, 2021
1 parent 9035b3c commit 3b6baa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/snippets/react/app-story-with-mock.js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
component: App,
};

const Template = (args) => <App {...args />;
const Template = (args) => <App {...args} />;

export const Success = Template.bind({});
Success.parameters = {
Expand All @@ -29,4 +29,4 @@ Success.parameters = {
}
}
};
```
```

0 comments on commit 3b6baa2

Please sign in to comment.