Explorar el Código

Update src/editor/editorui.js

Co-Authored-By: Maciej <jodator@gmail.com>
Aleksander Nowodzinski hace 6 años
padre
commit
180f60e7d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-core/src/editor/editorui.js

+ 1 - 1
packages/ckeditor5-core/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.
 		 *