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