From e7d881a0e4de978595a4801a69296565d53763ce Mon Sep 17 00:00:00 2001 From: Ava Wroten Date: Wed, 22 Apr 2020 11:58:15 -0500 Subject: [PATCH 1/2] Corrected some minor README.md typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d478ce3b9..333575d36 100644 --- a/README.md +++ b/README.md @@ -85,14 +85,14 @@ The examples are offered that use the following two API styles: - See the `examples/legacy` directory. - `VueI18n.prototype.getChoiceIndex` - -> Legacy API style: `pluralizationRules` option of `createI18n` factory function (like `new VueI18n(...)`) - - -> Compsable API style: `pluralRules` option of `createI18nComposer` facatory function + - -> Compsable API style: `pluralRules` option of `createI18nComposer` factory function - `VueI18n.version` -> `import { VERSION } from 'vue-i18n'` - `VueI18n.availabilities` -> `import { availabilities } from 'vue-i18n'` - See the details [here](https://github.com/intlify/vue-i18n-next/blob/master/docs/vue-i18n.md) #### Components - `` component - - Renamte to `` component + - Rename to `` component - Remove the below props: - `place` prop - `places` prop From 05ad2ceed2b8cd1f1e28830f7e9aa56fe4e82d7a Mon Sep 17 00:00:00 2001 From: Ava Wroten Date: Wed, 22 Apr 2020 12:01:09 -0500 Subject: [PATCH 2/2] Corrected a minor Contributing.md typo --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f8659cb8f..212db5cde 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -12,7 +12,7 @@ Thanks for understanding that English is used as a shared language in this repos Maintainers do not use machine translation to avoid miscommunication due to error in translation. If description of issue / PR are written in non-English languages, those may be closed. -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. +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. ## Issue Reporting Guidelines