Browse Source

Up docs

pull/3795/head
Artur Arseniev 4 years ago
parent
commit
4747ea467f
  1. 2
      docs/modules/Modal.md

2
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

Loading…
Cancel
Save