Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Aug 27, 2019
1 parent 78f8635 commit 82190b9
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 82190b9

Please sign in to comment.