We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9272ee commit b0fece0Copy full SHA for b0fece0
docs/.vuepress/theme/components/SearchBox.vue
@@ -125,7 +125,7 @@ export default {
125
126
placeholder() {
127
const label = this.$activeSet.searchPlaceholder || this.$site.themeConfig.searchPlaceholder || "";
128
- return `${label} (Press ${getShortcutKey()} + “/” to focus)`;
+ return `${label} (Press ${getShortcutKey()} + / to focus)`;
129
},
130
131
watch: {
0 commit comments