Skip to content

Commit

Permalink
fix(modals): documentation typo (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen authored and jzempel committed Aug 27, 2019
1 parent 3921925 commit 0ba4158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { Button } from '@zendeskgarden/react-buttons';
* Place a `ThemeProvider` at the root of your React application
*/
<ThemeProvider>
<Modal onClose={() => alert('modal closing'))}>
<Modal onClose={() => alert('modal closing')}>
<Header>Example Header</Header>
<Body>
Some content
Expand Down

0 comments on commit 0ba4158

Please sign in to comment.