From 18f5eae3bb99949343a27a771fcdc4e001efb275 Mon Sep 17 00:00:00 2001 From: Dylan Kirby Date: Thu, 21 Apr 2016 10:55:26 -0400 Subject: [PATCH] fix typo in README :memo: (#168) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea64b428..8eaee965 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ pass the 'shouldCloseOnOverlayClick' prop with 'false' value. style={customStyle}>

Force Modal

-

Modal cannot be closed when clickig the overlay area

+

Modal cannot be closed when clicking the overlay area

```