Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 30, 2019
1 parent 35f3dd0 commit 28662f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -129,7 +129,7 @@ const create = (win, options) => {
}
}),
lookUpSelection: decorateMenuItem({
id: 'lookUpWord',
id: 'lookUpSelection',
label: `Look Up “${cliTruncate(props.selectionText.trim(), 25)}”`,
visible: process.platform === 'darwin' && hasText,
click() {
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Expand Up @@ -147,13 +147,15 @@ Even though you include an action, it will still only be shown/enabled when appr

The following options are ignored when `menu` is used:

- `showLookUpSelection`
- `showCopyImageAddress`
- `showSaveImageAs`
- `showInspectElement`

Default actions:

- `separator`
- `lookUpSelection`
- `cut`
- `copy`
- `paste`
Expand Down

0 comments on commit 28662f3

Please sign in to comment.