docs(typescript): Fix name of typings config file (#2378)

I believe name of the typings config file is typings.json, not typings.config.
This commit is contained in:
Daniel Karp 2016-09-21 14:33:39 -04:00 committed by Ward Bell
parent c8121d61dd
commit 8870f30a3d
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ code-example(format="").
npm run typings list
:marked
The following command installs or updates the typings file for the Jasmine test library from the *DefinitelyTyped* repository,
and updates the `typings.config` file so you receive it automatically the next time you install typings.
and updates the `typings.json` file so you receive it automatically the next time you install typings.
code-example(format="").
npm run typings -- install dt~jasmine --save --global
.l-sub-section