8
0
فهرست منبع

Docs: Minor API docs fix. [skip ci]

Piotrek Koszuliński 8 سال پیش
والد
کامیت
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.
 	 *
 	 * @protected