Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/advanced/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down