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

Commit 64e8a5c

Browse files
committed
🎨 fix typo
1 parent 8f4ec43 commit 64e8a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/project-find-view.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class ProjectFindView extends View
147147
'project-find:replace-all': => @replaceAll()
148148

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

152152
updateInterfaceForSearching = =>
153153
@setInfoMessage('Searching...')

menus/find-and-replace.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
]
2727

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

0 commit comments

Comments
 (0)