8
0
Oskar Wróbel 8 лет назад
Родитель
Сommit
8e8702a066
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      packages/ckeditor5-core/src/editor/editor.js

+ 4 - 2
packages/ckeditor5-core/src/editor/editor.js

@@ -90,8 +90,10 @@ export default class Editor {
 		this.data = new DataController( this.document );
 
 		/**
-		 * Defines whether editor is read-only mode. In read-only mode editor {@link module:core/command Commands}
-		 * are disabled and is not possible to set any data to the editor.
+		 * Defines whether editor is in read-only mode.
+		 *
+		 * In read-only mode editor {@link module:core/command Commands} are disabled and is not possible
+		 * to modify document using it.
 		 *
 		 * @observable
 		 * @member {Boolean} #isReadOnly