Skip to content

Commit 18f5eae

Browse files
djkirbyclaydiffrient
authored andcommittedApr 21, 2016
fix typo in README 📝 (#168)
1 parent a10683a commit 18f5eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ pass the 'shouldCloseOnOverlayClick' prop with 'false' value.
160160
style={customStyle}>
161161

162162
<h1>Force Modal</h1>
163-
<p>Modal cannot be closed when clickig the overlay area</p>
163+
<p>Modal cannot be closed when clicking the overlay area</p>
164164
<button onClick={handleCloseFunc}>Close Modal...</button>
165165
</Modal>
166166
```

0 commit comments

Comments
 (0)
Please sign in to comment.