Skip to content

Commit 5759595

Browse files
SeverityOnePeter Korsten
andauthored
Fixed a type in the Composition API documentation (it's -> its) (#664)
Co-authored-by: Peter Korsten <[email protected]>
1 parent 549408d commit 5759595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/advanced/composition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const i18n = VueI18n.createI18n({
3131
You can set `legacy: false` to allow Vue I18n to switch the API mode, from Legacy API mode to Composition API mode.
3232

3333
:::tip NOTE
34-
The following properties of i18n instance created by `createI18n` change it’s behavior:
34+
The following properties of i18n instance created by `createI18n` change its behavior:
3535

3636
- `mode` property: `"legacy"` to `"composition"`
3737
- `global` property: VueI18n instance to Composer instance

0 commit comments

Comments
 (0)