Skip to content

Commit 9c20325

Browse files
authored
chore/update-guide-doc-error (#301)
- Update the doc syntax issue.
1 parent a2bb476 commit 9c20325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const messages = {
4444
// 2. Create i18n instance with options
4545
const i18n = VueI18n.createI18n({
4646
locale: 'ja', // set locale
47-
fallbackLocale: 'en' // set fallback locale
47+
fallbackLocale: 'en', // set fallback locale
4848
messages, // set locale messages
4949
// If you need to specify other options, you can set other options
5050
// ...

0 commit comments

Comments
 (0)