File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Thanks for understanding that English is used as a shared language in this repos
1212Maintainers do not use machine translation to avoid miscommunication due to error in translation.
1313If description of issue / PR are written in non-English languages, those may be closed.
1414
15- It is ofcourse fine to use non-English language, when you open a PR to translate documents and communicates with other users in same language.
15+ It is of course fine to use non-English language, when you open a PR to translate documents and communicates with other users in same language.
1616
1717## Issue Reporting Guidelines
1818
Original file line number Diff line number Diff line change @@ -85,14 +85,14 @@ The examples are offered that use the following two API styles:
8585 - See the ` examples/legacy ` directory.
8686- ` VueI18n.prototype.getChoiceIndex `
8787 - -> Legacy API style: ` pluralizationRules ` option of ` createI18n ` factory function (like ` new VueI18n(...) ` )
88- - -> Compsable API style: ` pluralRules ` option of ` createI18nComposer ` facatory function
88+ - -> Compsable API style: ` pluralRules ` option of ` createI18nComposer ` factory function
8989- ` VueI18n.version ` -> ` import { VERSION } from 'vue-i18n' `
9090- ` VueI18n.availabilities ` -> ` import { availabilities } from 'vue-i18n' `
9191- See the details [ here] ( https://github.com/intlify/vue-i18n-next/blob/master/docs/vue-i18n.md )
9292
9393#### Components
9494- ` <i18n> ` component
95- - Renamte to ` <i18n-t> ` component
95+ - Rename to ` <i18n-t> ` component
9696 - Remove the below props:
9797 - ` place ` prop
9898 - ` places ` prop
You can’t perform that action at this time.
0 commit comments