Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Minor API docs improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jun 29, 2018
1 parent 3bab479 commit 804cf5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ export default class Editor {
/**
* Destroys the editor instance, releasing all resources used by it.
*
* **Note** The editor can not be destroyed during the initialization phase so
* this methods waits for the editor initialization before destroying.
* **Note** The editor cannot be destroyed during the initialization phase so if it is called
* while the editor {@link #state is being initialized}, it will wait for the editor initialization before destroying it.
*
* @fires destroy
* @returns {Promise} A promise that resolves once the editor instance is fully destroyed.
Expand Down

0 comments on commit 804cf5f

Please sign in to comment.