diff --git a/public/docs/ts/latest/guide/typescript-configuration.jade b/public/docs/ts/latest/guide/typescript-configuration.jade index 3b30797b59..0988738d79 100644 --- a/public/docs/ts/latest/guide/typescript-configuration.jade +++ b/public/docs/ts/latest/guide/typescript-configuration.jade @@ -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