Browse Source

Docs: small fix.

Szymon Cofalik 9 years ago
parent
commit
97e794c06e
1 changed files with 1 additions and 1 deletions
  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.
 			 * 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.' );
 			throw new CKEditorError( 'model-selection-setFocus-no-ranges: Cannot set selection focus if there are no ranges in selection.' );
 		}
 		}