diff --git a/src/stores/user.ts b/src/stores/user.ts index c4440cd..b83f5b6 100644 --- a/src/stores/user.ts +++ b/src/stores/user.ts @@ -2,7 +2,7 @@ import { acceptHMRUpdate, defineStore } from 'pinia' export const useUserStore = defineStore('user', () => { /** - * Current named of the user. + * Current name of the user. */ const savedName = ref('') const previousNames = ref(new Set())