8
0
Pārlūkot izejas kodu

Docs: Fixed incorrect link.

Maciej Bukowski 6 gadi atpakaļ
vecāks
revīzija
46d5ecf866
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/ckeditor5-core/src/command.js

+ 1 - 1
packages/ckeditor5-core/src/command.js

@@ -158,7 +158,7 @@ export default class Command {
 	 * Event fired by the {@link #execute} method. The command action is a listener to this event so it's
 	 * possible to change/cancel the behavior of the command by listening to this event.
 	 *
-	 * See {@link module:utils/observablemixin~ObservableMixin.decorate} for more information and samples.
+	 * See {@link module:utils/observablemixin~ObservableMixin#decorate} for more information and samples.
 	 *
 	 * **Note:** This event is fired even if command is disabled. However, it is automatically blocked
 	 * by a high priority listener in order to prevent command execution.