Skip to content

Commit

Permalink
fix typo in README 📝 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
djkirby authored and claydiffrient committed Apr 21, 2016
1 parent a10683a commit 18f5eae
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 @@ -160,7 +160,7 @@ pass the 'shouldCloseOnOverlayClick' prop with 'false' value.
style={customStyle}>

<h1>Force Modal</h1>
<p>Modal cannot be closed when clickig the overlay area</p>
<p>Modal cannot be closed when clicking the overlay area</p>
<button onClick={handleCloseFunc}>Close Modal...</button>
</Modal>
```
Expand Down

0 comments on commit 18f5eae

Please sign in to comment.