Skip to content

Commit c15a7f8

Browse files
committed
typo fix
1 parent 97a06bb commit c15a7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LandingPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default {
8989
click: () => {
9090
console.log(params)
9191
shell.openExternal(
92-
`https://www.google.com/search?q=${params.selectionText}&&client=electron-devdocs-by-danile-geng`
92+
`https://www.google.com/search?q=${params.selectionText}&&client=electron-devdocs-by-daniel-geng`
9393
)
9494
},
9595
},

0 commit comments

Comments
 (0)