Skip to content

Commit

Permalink
Improved API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2ciek committed Mar 30, 2021
1 parent ad55b75 commit 49e466b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ckeditor5-list/src/listcommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export default class ListCommand extends Command {
* @fires execute
* @param {Object} [options] Command options.
* @param {Boolean} [options.forceValue] If set, it will force the command behavior. If `true`, the command will try to convert the
* selected items and potentially the neighbor elements to the proper list items.
* If not set, the command will toggle selected elements to list items or paragraphs, depending on the selection.
* selected items and potentially the neighbor elements to the proper list items. If set to `false` it will convert selected elements
* to paragraphs. If not set, the command will toggle selected elements to list items or paragraphs, depending on the selection.
*/
execute( options = {} ) {
const model = this.editor.model;
Expand Down

0 comments on commit 49e466b

Please sign in to comment.