Merge pull request #3751 from Kyle-Mendes/patch-2

[typescript/en] Fix playground link
This commit is contained in:
Andre Polykanine 2019-11-05 02:12:51 +02:00 committed by GitHub
commit 582e02831a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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](https://www.typescriptlang.org/play) where you will be able
to type code, have auto completion and directly see the emitted JavaScript.
```ts