Skip to content

Commit b0fece0

Browse files
committed
Remove quotes
1 parent f9272ee commit b0fece0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/theme/components/SearchBox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default {
125125
126126
placeholder() {
127127
const label = this.$activeSet.searchPlaceholder || this.$site.themeConfig.searchPlaceholder || "";
128-
return `${label} (Press ${getShortcutKey()} + “/” to focus)`;
128+
return `${label} (Press ${getShortcutKey()} + / to focus)`;
129129
},
130130
},
131131
watch: {

0 commit comments

Comments
 (0)