diff options
author | Kyle Mendes <kyle@springhealth.com> | 2019-10-31 18:42:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-31 18:42:00 -0500 |
commit | 5a7d3e898b11fb09cfa448e924ef09970b071a51 (patch) | |
tree | 71cdb3743857ace766bf66103559f4c88d5dd472 | |
parent | a4006483feb4c80cbac68856eadbc83c694f7050 (diff) |
Fix playground link
-rw-r--r-- | typescript.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/typescript.html.markdown b/typescript.html.markdown index 6f238d5b..a4f1423f 100644 --- a/typescript.html.markdown +++ b/typescript.html.markdown @@ -16,7 +16,7 @@ This article will focus only on TypeScript extra syntax, as opposed to [JavaScript](/docs/javascript). To test TypeScript's compiler, head to the -[Playground] (http://www.typescriptlang.org/Playground) where you will be able +[Playground](http://www.typescriptlang.org/Playground) where you will be able to type code, have auto completion and directly see the emitted JavaScript. ```ts |