Kaynağa Gözat

Docs: Minor fix for API docs.

Anna Tomanek 8 yıl önce
ebeveyn
işleme
ede0b6a373

+ 2 - 2
packages/ckeditor5-image/src/imagetextalternative/imagetextalternativecommand.js

@@ -44,8 +44,8 @@ export default class ImageTextAlternativeCommand extends Command {
 	 *
 	 * @fires execute
 	 * @param {Object} options
-	 * @param {String} options.newValue New value of `alt` attribute to set.
-	 * @param {module:engine/model/batch~Batch} [options.batch] Batch to collect all the change steps. New batch will be
+	 * @param {String} options.newValue The new value of the `alt` attribute to set.
+	 * @param {module:engine/model/batch~Batch} [options.batch] A batch to collect all the change steps. A new batch will be
 	 * created if this option is not set.
 	 */
 	execute( options ) {