Skip to content

Commit 314ddcd

Browse files
authored
docs: fix typos (#1863)
1 parent 461874d commit 314ddcd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/guide/advanced/sfc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Basic Usage
44

5-
If you are building Vue component or Vue application using single file components, you can manage the locale messages with using i18n custom block.
5+
If you are building Vue component or Vue application using single file components, you can manage the locale messages using i18n custom block.
66

77
The following in [single file components example](https://github.com/kazupon/vue-i18n/tree/dev/examples/sfc):
88

docs/guide/advanced/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ In addition to local messages, the resource type definitions can also include da
7777
7878
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`.
7979
80-
locale mesasges to import in Vue components:
80+
locale messages to import in Vue components:
8181
8282
```json
8383
{

docs/guide/essentials/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Vue I18n supports the message format that is compatible with [Ruby on Rails i18n
260260
You can interpolate message format syntax with `%` prefixing:
261261

262262
:::danger IMPORTANT
263-
In v10 and later, Rails i18n format will be deprecated. We recommended using Named interpolation.
263+
In v10 and later, Rails i18n format will be deprecated. We recommend using Named interpolation.
264264
:::
265265

266266
As an example, the following locale messages resource:

0 commit comments

Comments
 (0)