From 509d98ed1ee3669fe8bb30edb4dc697a97433c5c Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Tue, 29 Sep 2020 05:15:30 -0500 Subject: [PATCH] Correct typo in "Single file components" reference --- src/guide/typescript-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/typescript-support.md b/src/guide/typescript-support.md index c079965dd9..e0c36db489 100644 --- a/src/guide/typescript-support.md +++ b/src/guide/typescript-support.md @@ -53,7 +53,7 @@ Make sure that `script` part of the component has TypeScript set as a language: ### Editor Support -For developing Vue applications with TypeScript, we strongly recommend using [Visual Studio Code](https://code.visualstudio.com/), which provides great out-of-the-box support for TypeScript. If you are using [single-file components](./single-file-components.html) (SFCs), get the awesome [Vetur extension](https://github.com/vuejs/vetur), which provides TypeScript inference inside SFCs and many other great features. +For developing Vue applications with TypeScript, we strongly recommend using [Visual Studio Code](https://code.visualstudio.com/), which provides great out-of-the-box support for TypeScript. If you are using [single-file components](./single-file-component.html) (SFCs), get the awesome [Vetur extension](https://github.com/vuejs/vetur), which provides TypeScript inference inside SFCs and many other great features. [WebStorm](https://www.jetbrains.com/webstorm/) also provides out-of-the-box support for both TypeScript and Vue.