Skip to content

Commit aac394f

Browse files
authored
Fix typo
1 parent 9ec526c commit aac394f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/copy/en/tutorials/TypeScript Tooling in 5 minutes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are two main ways to add TypeScript to your project:
1515
- Via npm (the Node.js package manager)
1616
- By installing TypeScript's Visual Studio plugins
1717

18-
Visual Studio 2017 and Visual Studio 2015 Update 3 include TypeScript language support by default but does not include the TypeScript compiler, `tsc`.
18+
Visual Studio 2017 and Visual Studio 2015 Update 3 include TypeScript language support by default but do not include the TypeScript compiler, `tsc`.
1919
If you didn't install TypeScript with Visual Studio, you can still [download it](/download).
2020

2121
For npm users:

0 commit comments

Comments
 (0)