Explorar el Código

Docs: small fix.

Szymon Cofalik hace 9 años
padre
commit
97e794c06e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-engine/src/model/selection.js

+ 1 - 1
packages/ckeditor5-engine/src/model/selection.js

@@ -441,7 +441,7 @@ export default class Selection {
 			/**
 			 * Cannot set selection focus if there are no ranges in selection.
 			 *
-			 * @error selection-setFocus-no-ranges
+			 * @error model-selection-setFocus-no-ranges
 			 */
 			throw new CKEditorError( 'model-selection-setFocus-no-ranges: Cannot set selection focus if there are no ranges in selection.' );
 		}