Skip to content

Commit ce8cb07

Browse files
committed
update docs
1 parent 2cb2e2c commit ce8cb07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guide/advanced/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ the above codes, by specifying the defined schema as the first type parameter of
145145
- Type safety is not supported for i18n custom blocks in SFC. We'll plan to support it in the future.
146146
:::
147147
148-
The code described so far is available as an example. Let's check it!
148+
The code described so far is available as [example](https://github.com/intlify/vue-i18n-next/tree/master/examples/type-safe). Let's check it!
149149
150150
### Type-Safe supporting APIs
151151

docs/ja/guide/advanced/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default defineComponent({
146146
- Type safety is not supported for i18n custom blocks in SFC. We'll plan to support it in the future.
147147
:::
148148
149-
これまで説明したコードは、example として公開しています。実際に確認してみましょう!
149+
これまで説明したコードは、[example](https://github.com/intlify/vue-i18n-next/tree/master/examples/type-safe) として公開しています。実際に確認してみましょう!
150150
151151
### Type-Safe supporting APIs
152152
他にも、以下のAPIに対して、型安全なリソースの操作ができるようリソースのスキーマを指定できる型パラメータをサポートしています。

0 commit comments

Comments
 (0)