From ea0992b8e6d0f80e3515273b1c21ec76c042d6b8 Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Tue, 23 Mar 2021 10:39:06 -0700 Subject: [PATCH] docs: Change 'like like that' to 'look like' and add a comma to the sentence --- src/documentation/0056-node-with-typescript/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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