Skip to content

Commit

Permalink
chore(other): correct spell mistake (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
orangelckc authored May 31, 2024
1 parent 42b121a commit 086bad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const useAppStore = defineStore(SetupStoreId.App, () => {
// update tabs by locale
tabStore.updateTabsByLocale();

// sey dayjs locale
// set dayjs locale
setDayjsLocale(locale.value);
});
});
Expand Down

0 comments on commit 086bad4

Please sign in to comment.