Browse Source

Update src/mentioncommand.js

Co-Authored-By: jodator <jodator@gmail.com>
Aleksander Nowodzinski 6 years ago
parent
commit
b35abfa105
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-mention/src/mentioncommand.js

+ 1 - 1
packages/ckeditor5-mention/src/mentioncommand.js

@@ -16,7 +16,7 @@ import uid from '@ckeditor/ckeditor5-utils/src/uid';
  *
  * The command is registered by the {@link module:mention/mentionediting~MentionEditing} as `'mention'`.
  *
- * To insert mention on range, execute the command and specify, mention object and range to replace:
+ * To insert a mention on a range, execute the command and specify a mention object and a range to replace:
  *
  *		const focus = editor.model.document.selection.focus;
  *