Skip to content

Commit 49f447b

Browse files
doc(tutorial): various typo fixes
1 parent 16fc828 commit 49f447b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/article/en-US/contact-manager-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ Once this is installed, we'll need to make sure it gets configured in the proper
922922

923923
As you can see, we've configured the standard JavaScript main but are also including an additional CSS resource, just like we did with Bootstrap.
924924

925-
> Note: TypeScript Definition Files
925+
> Info: TypeScript Definition Files
926926
> TypeScript users should note that when using 3rd party libraries, in order to make them work in a TypeScript project, you will either need to install the d.ts files or create them for yourself. In the case of NProgress, there are definition files available via Definitely Typed which can be installed with the Typings CLI. Assuming you have the Typings tool installed, you would install the definition files for NProgress with the following command: `typings install dt~nprogress --global --save
927927
`
928928

File renamed without changes.

0 commit comments

Comments
 (0)