chore: typo (#288)

This commit is contained in:
nielshoez 2022-01-27 00:59:28 +01:00 committed by GitHub
parent 4acdac40be
commit af42fbac63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<string>())