Skip to content

Commit 5ebd3bf

Browse files
Fix typos in Composition API page (#420)
1 parent 9bab537 commit 5ebd3bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/advanced/composition.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following is an example of adding the `legacy` option to `createI18n`:
1717
1818
// 2. Create i18n instance with options
1919
const i18n = VueI18n.createI18n({
20-
legacy: false, // you must set `false`, to use Compostion API
20+
legacy: false, // you must set `false`, to use Composition API
2121
locale: 'ja', // set locale
2222
fallbackLocale: 'en' // set fallback locale
2323
messages, // set locale messages
@@ -524,9 +524,9 @@ Below is the mapping table:
524524
| `d` | `d` |
525525
| `getDateTimeFormat` | `getDateTimeFormat` |
526526
| `setDateTimeFormat` | `setDateTimeFormat` |
527-
| `mergeDateTimeFormat` | `mergetDateTimeFormat` |
527+
| `mergeDateTimeFormat` | `mergeDateTimeFormat` |
528528
| `n` | `n` |
529529
| `getNumberFormat` | `getNumberFormat` |
530530
| `setNumberFormat` | `setNumberFormat` |
531531
| `mergeNumberFormat` | `mergeNumberFormat` |
532-
| `getChoiiceIndex` | N/A |
532+
| `getChoiceIndex` | N/A |

0 commit comments

Comments
 (0)