Explorar el Código

Fixed link in API docs.

Piotrek Koszuliński hace 7 años
padre
commit
19631f1161
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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