summaryrefslogtreecommitdiffhomepage
path: root/typescript.html.markdown
diff options
context:
space:
mode:
authorKyle Mendes <kyle@springhealth.com>2019-10-31 18:42:00 -0500
committerGitHub <noreply@github.com>2019-10-31 18:42:00 -0500
commit5a7d3e898b11fb09cfa448e924ef09970b071a51 (patch)
tree71cdb3743857ace766bf66103559f4c88d5dd472 /typescript.html.markdown
parenta4006483feb4c80cbac68856eadbc83c694f7050 (diff)
Fix playground link
Diffstat (limited to 'typescript.html.markdown')
-rw-r--r--typescript.html.markdown2
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