Skip to content

Commit 020ae5a

Browse files
committed
fix docs typo (resolve kazupon/kazupon#3)
1 parent ccce3b6 commit 020ae5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/essentials/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const i18n = createI18n({
214214
},
215215
// set custom modifiers at `modifiers` option
216216
modifiers: {
217-
snakeCase: (str) => str.split(' ').join('-')
217+
snakeCase: (str) => str.split(' ').join('_')
218218
}
219219
})
220220
```

0 commit comments

Comments
 (0)