Explorar el Código

Doc LiveRange typo.

Szymon Cofalik hace 10 años
padre
commit
5b38eb9878
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-engine/src/treemodel/liverange.js

+ 1 - 1
packages/ckeditor5-engine/src/treemodel/liverange.js

@@ -20,7 +20,7 @@ CKEDITOR.define( [
 	 */
 	class LiveRange extends Range {
 		/**
-		 * Creates a smart range.
+		 * Creates a live range.
 		 *
 		 * @see {treeModel.Range}
 		 * @constructor