Explorar el Código

Docs: Fixed broken link in the EditableUIView docs.

Aleksander Nowodzinski hace 7 años
padre
commit
10ec65eff0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
-	 * 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
 	 */