Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
🎨 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liuderchi committed Aug 18, 2016
1 parent fa6e29e commit 0be3188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/project-find-view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class ProjectFindView extends View
'project-find:replace-all': => @replaceAll()

@subscriptions.add atom.commands.add 'div.preview-pane',
'project-find:copy-search-result': @copySearchResultFromPane
'project-find:copy-search-results': @copySearchResultFromPane

updateInterfaceForSearching = =>
@setInfoMessage('Searching...')
Expand Down
2 changes: 1 addition & 1 deletion menus/find-and-replace.cson
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
]

'div.preview-pane': [
{ 'label': 'Copy to Clipboard', 'command': 'project-find:copy-search-result' }
{ 'label': 'Copy to Clipboard', 'command': 'project-find:copy-search-results' }
]

0 comments on commit 0be3188

Please sign in to comment.