Ver código fonte

Docs: Fixed incorrect link.

Maciej Bukowski 6 anos atrás
pai
commit
1d78a4d1cd
1 arquivos alterados com 1 adições e 1 exclusões
  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
 	 */