Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 8843f2d

Browse files
committed
Capitalize withs
1 parent 1d086ef commit 8843f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/context-menu-and-spellcheck.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function setupContextMenuAndSpellCheck (config, { navigate, get }) {
1616

1717
const contextMenuBuilder = new ContextMenuBuilder(spellCheckHandler, null, true, (menu, menuInfo) => {
1818
const ddg = new MenuItem({
19-
label: 'Search with DuckDuckGo',
19+
label: 'Search With DuckDuckGo',
2020
click: () => {
2121
const url = `https://duckduckgo.com/?q=${encodeURIComponent(menuInfo.selectionText)}`
2222
shell.openExternal(url)
@@ -96,7 +96,7 @@ function setupContextMenuAndSpellCheck (config, { navigate, get }) {
9696
})
9797
menu.append(copyEmbed)
9898
const openImageInBrowser = new MenuItem({
99-
label: 'Open Image with Browser',
99+
label: 'Open Image With Browser',
100100
click: () => {
101101
const host = config.ws.host === '::' ? 'localhost' : config.ws.host
102102
const blobKey = encodeURIComponent(extractedRef)

0 commit comments

Comments
 (0)