Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asmsuechan committed Sep 23, 2017
1 parent 2af2d71 commit f8e6a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/main/NoteList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ class NoteList extends React.Component {
if (!location.pathname.match(/\/trashed/)) this.addNotes(filepaths)
}

// Add notes in the current folder
// Add notes to the current folder
addNotesFromFiles (filepaths) {
const { dispatch, location } = this.props

Expand Down

0 comments on commit f8e6a93

Please sign in to comment.