From 4747ea467ff461c6e987872fb6e9d3af2f079e85 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Tue, 14 Sep 2021 13:03:02 +0200 Subject: [PATCH] Up docs --- docs/modules/Modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/Modal.md b/docs/modules/Modal.md index 183c215f1..efc58bffe 100644 --- a/docs/modules/Modal.md +++ b/docs/modules/Modal.md @@ -43,7 +43,7 @@ Here are a few examples: ```js const { Modal } = editor; -// close the modal +// Close the modal Modal.close(); // Check if the modal is open