We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549408d commit 5759595Copy full SHA for 5759595
docs/guide/advanced/composition.md
@@ -31,7 +31,7 @@ const i18n = VueI18n.createI18n({
31
You can set `legacy: false` to allow Vue I18n to switch the API mode, from Legacy API mode to Composition API mode.
32
33
:::tip NOTE
34
-The following properties of i18n instance created by `createI18n` change it’s behavior:
+The following properties of i18n instance created by `createI18n` change its behavior:
35
36
- `mode` property: `"legacy"` to `"composition"`
37
- `global` property: VueI18n instance to Composer instance
0 commit comments