From 22529619a44144f1e91469c1eece182e260c3962 Mon Sep 17 00:00:00 2001 From: Robert Mennell Date: Fri, 9 Nov 2018 08:34:14 +0800 Subject: [PATCH] Update snippets/ModalDialog.md Co-Authored-By: zhongdeming428 --- snippets/ModalDialog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/ModalDialog.md b/snippets/ModalDialog.md index 0ffac7de1..13eabc9f8 100644 --- a/snippets/ModalDialog.md +++ b/snippets/ModalDialog.md @@ -2,7 +2,7 @@ Renders a dialog component with modal. -This is a simple React ModalDialog Component.It owns only one prop: `closeOnClick`. +This is a simple React ModalDialog Component that is called and controlled through events * `closeOnClick` prop determines whether we can close the dialog via clicking on modal.