fix: typo

This commit is contained in:
鲁树人 2023-07-02 15:35:01 +01:00
parent 9db5d94a14
commit da29b389ea
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { parseKuwoHeader } from '~/crypto/pasreKuwo';
import { parseKuwoHeader } from '~/crypto/parseKuwo';
import type { RootState } from '~/store';
import { closestByLevenshtein } from '~/util/levenshtein';
import { hasOwn } from '~/util/objects';