Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 8870f30

Browse files
karptonitewardbell
authored andcommitted
docs(typescript): Fix name of typings config file (#2378)
I believe name of the typings config file is typings.json, not typings.config.
1 parent c8121d6 commit 8870f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/typescript-configuration.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ code-example(format="").
111111
npm run typings list
112112
:marked
113113
The following command installs or updates the typings file for the Jasmine test library from the *DefinitelyTyped* repository,
114-
and updates the `typings.config` file so you receive it automatically the next time you install typings.
114+
and updates the `typings.json` file so you receive it automatically the next time you install typings.
115115
code-example(format="").
116116
npm run typings -- install dt~jasmine --save --global
117117
.l-sub-section

0 commit comments

Comments
 (0)