Skip to content

Commit 03013f4

Browse files
committed
corrections
1 parent a5e5ff4 commit 03013f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascript/tutorial-aspnet-with-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ In this tutorial, you begin with a simple project containing code for an ASP.NET
214214
215215
## Add TypeScript support for a third-party library
216216
217-
1. Follow instructions in [npm package management](../javascript/npm-package-management.md##aspnet-core-projects) to add a package to your project.
217+
1. Follow instructions in [npm package management](../javascript/npm-package-management.md#aspnet-core-projects) to add a `package.json` file to your project. This adds npm support to your project.
218218
219219
>[!NOTE]
220220
> For ASP.NET Core projects, you can also use [Library Manager](https://docs.microsoft.com/aspnet/core/client-side/libman/?view=aspnetcore-3.1) or yarn instead of npm to install client-side JavaScript and CSS files.

0 commit comments

Comments
 (0)