Skip to content

Commit ec390f4

Browse files
hergaietyAva Wroten
andauthored
Minor typo fixes (#17)
* Corrected some minor README.md typos * Corrected a minor Contributing.md typo Co-authored-by: Ava Wroten <[email protected]>
1 parent 4381b77 commit ec390f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Thanks for understanding that English is used as a shared language in this repos
1212
Maintainers do not use machine translation to avoid miscommunication due to error in translation.
1313
If 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)