Skip to content

Commit c5a2079

Browse files
committed
fix: typo
1 parent 4f1b004 commit c5a2079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/default-theme/NavLinks.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default {
4848
if (lang.lang === this.$lang) {
4949
link = currentLink
5050
} else {
51-
// Try to tay on the same page
51+
// Try to stay on the same page
5252
link = currentLink.replace(this.$langConfig.path, lang.path)
5353
// fallback to homepage
5454
if (!routes.find(route => route.path === link)) {

0 commit comments

Comments
 (0)