Jelajahi Sumber

Small clarification in the API docs.

Piotrek Koszuliński 9 tahun lalu
induk
melakukan
be8bbe2e21
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      packages/ckeditor5-paragraph/src/paragraphcommand.js

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

@@ -38,7 +38,8 @@ export default class ParagraphCommand extends Command {
 	}
 
 	/**
-	 * Executes command.
+	 * Executes the command. All the {@link module:engine/model/schema~Schema#blocks blocks} in the selection
+	 * will be turned to paragraphs.
 	 *
 	 * @protected
 	 * @param {Object} [options] Options for executed command.