Skip to content

Commit d4eaba4

Browse files
kazuponCopilot
andauthored
Update packages/vue-i18n-core/test/composer.test.ts
Co-authored-by: Copilot <[email protected]>
1 parent 0999dd8 commit d4eaba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-i18n-core/test/composer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ describe('n', () => {
12141214
expect(n(0.99, { key: 'percent' })).toEqual('')
12151215
})
12161216

1217-
test('part formating with n', () => {
1217+
test('part formatting with n', () => {
12181218
const { n } = createComposer({
12191219
locale: 'en-US',
12201220
fallbackLocale: ['ja-JP'],

0 commit comments

Comments
 (0)