Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/advanced/sfc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/advanced/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/essentials/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down