浏览代码

Update src/ui/mentionsview.js

Co-Authored-By: jodator <jodator@gmail.com>
Aleksander Nowodzinski 6 年之前
父节点
当前提交
ca92133745
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-mention/src/ui/mentionsview.js

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

@@ -82,7 +82,7 @@ export default class MentionsView extends View {
 	 *
 	 * Handles selection cycling when passed index is out of bounds:
 	 * - if the index is lower than 0, it will select the last item,
-	 * - if index is higher then 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.
 	 */