diff --git a/docs/guide/advanced/sfc.md b/docs/guide/advanced/sfc.md index 3fe1eedb9..0d0576e58 100644 --- a/docs/guide/advanced/sfc.md +++ b/docs/guide/advanced/sfc.md @@ -2,7 +2,7 @@ ## Basic Usage -If you are building Vue component or Vue application using single file components, you can manage the locale messages with using i18n custom block. +If you are building Vue component or Vue application using single file components, you can manage the locale messages using i18n custom block. The following in [single file components example](https://github.com/kazupon/vue-i18n/tree/dev/examples/sfc): diff --git a/docs/guide/advanced/typescript.md b/docs/guide/advanced/typescript.md index 64eb7fd77..0ed0244c1 100644 --- a/docs/guide/advanced/typescript.md +++ b/docs/guide/advanced/typescript.md @@ -77,7 +77,7 @@ In addition to local messages, the resource type definitions can also include da The following is an example of code that defines type-safe resources for locale messages and number formats on a per-component basis in `useI18n`. -locale mesasges to import in Vue components: +locale messages to import in Vue components: ```json { diff --git a/docs/guide/essentials/syntax.md b/docs/guide/essentials/syntax.md index 5084735c1..1ad631c75 100644 --- a/docs/guide/essentials/syntax.md +++ b/docs/guide/essentials/syntax.md @@ -260,7 +260,7 @@ Vue I18n supports the message format that is compatible with [Ruby on Rails i18n You can interpolate message format syntax with `%` prefixing: :::danger IMPORTANT -In v10 and later, Rails i18n format will be deprecated. We recommended using Named interpolation. +In v10 and later, Rails i18n format will be deprecated. We recommend using Named interpolation. ::: As an example, the following locale messages resource: