From 8830ae4be1d40264d061181a5e2ec5cb2db8ab25 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Thu, 27 Jun 2019 17:54:20 +0200 Subject: [PATCH] Update src/editor/editorui.js Co-Authored-By: Maciej --- src/editor/editorui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/editorui.js b/src/editor/editorui.js index 4c56f472..1480305c 100644 --- a/src/editor/editorui.js +++ b/src/editor/editorui.js @@ -154,7 +154,7 @@ export default class EditorUI { */ get _editableElements() { /** - * The `EditorUI#_editableElements` property has been deprecated and will be remove in the near future. + * The `EditorUI#_editableElements` property has been deprecated and will be removed in the near future. * Please use {@link #setEditableElement `setEditableElement()`} and {@link #getEditableElement `getEditableElement()`} * methods instead. *