Skip to content

Commit 0ba4158

Browse files
sunesimonsenjzempel
authored andcommitted
fix(modals): documentation typo (#434)
1 parent 3921925 commit 0ba4158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/modals/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { Button } from '@zendeskgarden/react-buttons';
2828
* Place a `ThemeProvider` at the root of your React application
2929
*/
3030
<ThemeProvider>
31-
<Modal onClose={() => alert('modal closing'))}>
31+
<Modal onClose={() => alert('modal closing')}>
3232
<Header>Example Header</Header>
3333
<Body>
3434
Some content

0 commit comments

Comments
 (0)