Parcourir la source

Fixed link in API docs.

Piotrek Koszuliński il y a 7 ans
Parent
commit
19631f1161
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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