Skip to content

Commit

Permalink
Merge pull request #77 from yardenshoham/readme-typescript-typo
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
gilamran committed Jan 24, 2020
2 parents e7efb07 + c1bab53 commit 35f011d
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 35f011d

Please sign in to comment.