瀏覽代碼

Update src/ui/mentionsview.js

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

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

@@ -54,7 +54,7 @@ export default class MentionsView extends View {
 	/**
 	 * Selects next item to the currently {@link #select selected}.
 	 *
-	 * If last item is already selected it will select first item.
+	 * If the last item is already selected, it will select the first item.
 	 */
 	selectNext() {
 		const item = this.selected;