Skip to content

Commit 4e5284a

Browse files
committed
fix typo
1 parent b41d844 commit 4e5284a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: __test__/locale.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { describe, it, expect } from 'vitest'
22
import { resolve } from 'node:path'
33
import { readdirSync } from 'node:fs'
44
import { Language } from '../utils/getLanguage'
5-
import { isValid } from './untils'
5+
import { isValid } from './utils'
66

77
const locales = readdirSync(resolve(__dirname, '../locales'))
88

Diff for: __test__/untils.ts renamed to __test__/utils.ts

File renamed without changes.

0 commit comments

Comments
 (0)