Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Update src/ui/mentionsview.js
Browse files Browse the repository at this point in the history
Co-Authored-By: jodator <jodator@gmail.com>
  • Loading branch information
oleq and jodator committed Apr 1, 2019
1 parent 7a43c66 commit e8623b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/mentionsview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e8623b8

Please sign in to comment.