Skip to content

Commit f00e484

Browse files
authored
docs: fix typo in word (#863)
1 parent e4f6bd8 commit f00e484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/advanced/component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const app = createApp({
150150
})
151151
})
152152

153-
app.use(i18)
153+
app.use(i18n)
154154
app.mount('#app')
155155
```
156156

0 commit comments

Comments
 (0)