Skip to content

Commit

Permalink
Fix #1475: Typo in documentation when referring to translation compon…
Browse files Browse the repository at this point in the history
…ent (#1476)
  • Loading branch information
ducksblock authored Jul 29, 2023
1 parent 896b1de commit 6777e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.ja/api/component.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ See the following items for property about details
```html
<div id="app">
<!-- ... -->
<i18n path="term" tag="label" for="tos">
<i18n-t path="term" tag="label" for="tos">
<a :href="url" target="_blank">{{ $t('tos') }}</a>
</i18n>
</i18n-t>
<!-- ... -->
</div>
```
Expand Down

0 comments on commit 6777e3d

Please sign in to comment.