8
0
Просмотр исходного кода

Docs: Fixed broken link in the EditableUIView docs.

Aleksander Nowodzinski 7 лет назад
Родитель
Сommit
10ec65eff0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-ui/src/editableui/editableuiview.js

+ 1 - 1
packages/ckeditor5-ui/src/editableui/editableuiview.js

@@ -114,7 +114,7 @@ export default class EditableUIView extends View {
 
 
 	/**
 	/**
 	 * Updates the `ck-focused` and `ck-blurred` CSS classes on the {@link #element} according to
 	 * Updates the `ck-focused` and `ck-blurred` CSS classes on the {@link #element} according to
-	 * the {@link #isFocused} property value using the {@link #editingView editing view} API.
+	 * the {@link #isFocused} property value using the {@link #_editingView editing view} API.
 	 *
 	 *
 	 * @private
 	 * @private
 	 */
 	 */