Explorar el Código

Docs: Fixed incorrect link.

Maciej Bukowski hace 6 años
padre
commit
1d78a4d1cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-ui/src/view.js

+ 1 - 1
packages/ckeditor5-ui/src/view.js

@@ -504,7 +504,7 @@ export default class View {
 	 * Event fired by the {@link #render} method. Actual rendering is executed as a listener to
 	 * this event with the default priority.
 	 *
-	 * See {@link module:utils/observablemixin~ObservableMixin.decorate} for more information and samples.
+	 * See {@link module:utils/observablemixin~ObservableMixin#decorate} for more information and samples.
 	 *
 	 * @event render
 	 */