Parcourir la source

Docs: Fixed incorrect link.

Maciej Bukowski il y a 6 ans
Parent
commit
1d78a4d1cd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 	 */