Skip to content

Commit bf533fd

Browse files
authored
fix, minor grammar. first-class citizen (#576)
* fix, minor grammar. first-class citizen I'd think that 'It has a [...] support.' does not sound right. So either; 1) 'It has a first-class citizens' support', or 2) 'It has first-class citizen support' may fit better? Option 2) technically means that first-class citizens support it. So I guess option 1) is the way to go. I'm not a native english speaker, so forgive me for wasting your time if I'm wrong altogether. Cheers! * Update typescript-support.md
1 parent 741316f commit bf533fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/typescript-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## Official Declaration in NPM Packages
66

7-
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.
7+
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.
88

99
## Recommended Configuration
1010

0 commit comments

Comments
 (0)