Przeglądaj źródła

Fixed link in API docs.

Piotrek Koszuliński 7 lat temu
rodzic
commit
19631f1161
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/ckeditor5-heading/src/headingcommand.js

+ 1 - 1
packages/ckeditor5-heading/src/headingcommand.js

@@ -26,7 +26,7 @@ export default class HeadingCommand extends Command {
 		super( editor );
 
 		/**
-		 * Whether the selection starts in a heading of {@link #modelElement this level}.
+		 * Whether the selection starts in a heading of {@link #modelElements this level}.
 		 *
 		 * @observable
 		 * @readonly