fix: broken link

This commit is contained in:
Zhicheng Wang 2018-07-27 18:09:54 +08:00
parent 83e1c89d2c
commit a430e4d64f
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ QuickStart identifies two *typings*, or `d.ts`, files:
* [node](https://www.npmjs.com/package/@types/node) for code that references objects in the *Node.js®* environment;
[node](https://www.npmjs.com/package/@types/node)是为了在 *Node.js®* 环境中引用对象的代码提供的类型定义。在[webpack](guide/webpack)页面可以看到例子。
[node](https://www.npmjs.com/package/@types/node)是为了在 *Node.js®* 环境中引用对象的代码提供的类型定义。
QuickStart doesn't require these typings but many of the samples do.