Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
TypeCcript --> TypeScript
  • Loading branch information
yardenshoham committed Jan 23, 2020
1 parent e7efb07 commit c1bab53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
# The nodemon for TypeScript

`tsc-watch` starts a TypeScript compiler with `--watch` parameter, with the ability to react to compilation status.
`tsc-watch` was created to allow an easy dev process with TypeScript. Commonly used to restart a node server, similar to nodemon but for TypeCcript.
`tsc-watch` was created to allow an easy dev process with TypeScript. Commonly used to restart a node server, similar to nodemon but for TypeScript.

| Argument | Description |
|-----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
Expand Down

0 comments on commit c1bab53

Please sign in to comment.