fix: typo

This commit is contained in:
鲁树人 2023-07-02 15:35:01 +01:00
parent 92c6b59a43
commit f9af094b09
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';