From b56c7c333bfee3a5c3ab7270effc4d4396a7da7a Mon Sep 17 00:00:00 2001 From: NFM Date: Tue, 3 May 2016 17:02:37 +0900 Subject: [PATCH] Modify"Typescript type definition file" link up-to-date url --- public/docs/ts/latest/quickstart.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index 932a3eb81d..ab4105e535 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -89,7 +89,7 @@ a(id="typings") :marked Many JavaScript libraries extend the JavaScript environment with features and syntax that the TypeScript compiler doesn't recognize natively. We teach it about these capabilities with - TypeScript type definition files + TypeScript type definition files — *d.ts files* — which we identify in a `typings.json` file. We go a little deeper into *typings* in the