8
0
Просмотр исходного кода

Update src/ui/mentionsview.js

Co-Authored-By: jodator <jodator@gmail.com>
Aleksander Nowodzinski 6 лет назад
Родитель
Сommit
be5d6d7bf4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-mention/src/ui/mentionsview.js

+ 1 - 1
packages/ckeditor5-mention/src/ui/mentionsview.js

@@ -84,7 +84,7 @@ export default class MentionsView extends View {
 	 * - if the index is lower than 0, it will select the last item,
 	 * - if the index is lower than 0, it will select the last item,
 	 * - if the index is higher than the last item index, it will select the first item.
 	 * - if the index is higher than the last item index, it will select the first item.
 	 *
 	 *
-	 * @param {Number} index Index of item to mark as selected.
+	 * @param {Number} index Index of an item to be marked as selected.
 	 */
 	 */
 	select( index ) {
 	select( index ) {
 		let indexToGet = 0;
 		let indexToGet = 0;