8
0
Просмотр исходного кода

Docs: Minor API docs fix. [skip ci]

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
dd5e1681f9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-paragraph/src/paragraphcommand.js

+ 1 - 1
packages/ckeditor5-paragraph/src/paragraphcommand.js

@@ -43,7 +43,7 @@ export default class ParagraphCommand extends Command {
 	}
 	}
 
 
 	/**
 	/**
-	 * Executes the command. All the {@link module:engine/model/schema~Schema#blocks blocks} in the selection
+	 * Executes the command. All the blocks (see {@link module:engine/model/schema~Schema}) in the selection
 	 * will be turned to paragraphs.
 	 * will be turned to paragraphs.
 	 *
 	 *
 	 * @protected
 	 * @protected