Skip to content

Commit 3fa7698

Browse files
authored
Merge pull request #341 from petermikitsh/patch-1
docs(README): fix typescript compiler cli name
2 parents 943ae36 + a9a298d commit 3fa7698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ var config = {
179179

180180
# TypeScript compiler (CLI)
181181

182-
TypeScript command line compiler tool (`tcs`) does not support using of pluggable modules and transformers.
182+
TypeScript command line compiler tool (`tsc`) does not support using of pluggable modules and transformers.
183183
For that reason there are other tools created that do support pluggable transformers. See [`ttypescript` compiler](#ttypescript-compiler) section.
184184

185185
# `ttypescript` compiler

0 commit comments

Comments
 (0)