From e4841d66d15a9fabde335c10e3258991bb5839c3 Mon Sep 17 00:00:00 2001 From: James Bechet Date: Tue, 8 Aug 2023 16:41:29 -0400 Subject: [PATCH] chore: update shouldCloseOnOverlayClick doc --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 6ab362fa..8333ea59 100644 --- a/docs/index.md +++ b/docs/index.md @@ -113,7 +113,7 @@ import ReactModal from 'react-modal'; shouldCloseOnOverlayClick={ true - /* Boolean indicating if the overlay should close the modal */} + /* Boolean indicating if clicking the overlay should close the modal */} shouldCloseOnEsc={ true