From 80aba2517f9fea089a6f56ba5b026545d0227f6f Mon Sep 17 00:00:00 2001 From: Facundo Martin Gordillo Date: Tue, 28 Sep 2021 11:40:25 -0300 Subject: [PATCH] Update typescript.md --- docs/guide/advanced/typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/advanced/typescript.md b/docs/guide/advanced/typescript.md index 63548e717..1cd178747 100644 --- a/docs/guide/advanced/typescript.md +++ b/docs/guide/advanced/typescript.md @@ -175,7 +175,7 @@ Resource Keys completion can be used if you are using [Visual Studio Code](https Along with the support for type-safe resource definitions, VueI18n now provides APIs such as `t` and `d` for interpolating resource keys in the Composition API. -The following indicate how to interpolate Resource keys in Visual Stdio Code for the local scope Vue component described above. +The following indicate how to interpolate Resource keys in Visual Studio Code for the local scope Vue component described above. ![VSCode-Resource-Completion](/ts-support-3.gif)