diff --git a/src/documentation/0056-node-with-typescript/index.md b/src/documentation/0056-node-with-typescript/index.md index 9d21ef98e0..4e8d3ecf9d 100644 --- a/src/documentation/0056-node-with-typescript/index.md +++ b/src/documentation/0056-node-with-typescript/index.md @@ -49,7 +49,7 @@ npm install typescript Now we can compile it to JavaScript using `tsc` command in the terminal. Let's do it! -Assuming that our file is named `example.ts` the command would like like that: +Assuming that our file is named `example.ts`, the command would look like: ```bash tsc example.ts