Skip to content

Commit

Permalink
[doc] fix onRequestClose callback in Usage (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zukowski authored and claydiffrient committed Jun 30, 2016
1 parent 9686635 commit f0933fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Accessible modal dialog component for React.JS
<Modal
isOpen={bool}
onAfterOpen={afterOpenFn}
onRequestClose={requestOpenFn}
onRequestClose={requestCloseFn}
closeTimeoutMS={n}
style={customStyle}
>
Expand Down

0 comments on commit f0933fd

Please sign in to comment.