Skip to content

Commit

Permalink
docs: adjust Translation props in JSDoc (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamandrewluca committed Apr 12, 2023
1 parent cf6e711 commit 9ce857b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-i18n-core/src/components/Translation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const TranslationImpl = /*#__PURE__*/ defineComponent({
* ```html
* <div id="app">
* <!-- ... -->
* <i18n path="term" tag="label" for="tos">
* <i18n keypath="term" tag="label" for="tos">
* <a :href="url" target="_blank">{{ $t('tos') }}</a>
* </i18n>
* <!-- ... -->
Expand Down

0 comments on commit 9ce857b

Please sign in to comment.