diff --git a/src/guide/typescript-support.md b/src/guide/typescript-support.md index e0c36db489..07d817db75 100644 --- a/src/guide/typescript-support.md +++ b/src/guide/typescript-support.md @@ -4,7 +4,7 @@ ## Official Declaration in NPM Packages -A static type system can help prevent many potential runtime errors as applications grow, which is why Vue 3 is written in TypeScript. This means you don't need any additional tooling to use TypeScript with Vue - it has a first-class citizen support. +A static type system can help prevent many potential runtime errors as applications grow, which is why Vue 3 is written in TypeScript. This means you don't need any additional tooling to use TypeScript with Vue - it has first-class citizen support. ## Recommended Configuration