Parcourir la source

Update src/ui/mentionsview.js

Co-Authored-By: jodator <jodator@gmail.com>
Aleksander Nowodzinski il y a 6 ans
Parent
commit
5dc89d36b7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-mention/src/ui/mentionsview.js

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

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