Skip to content

Commit 32abb40

Browse files
Merge pull request #13929 from Mikejo5000/mikejo-br25
Update article on adding TS to ASP.NET
2 parents b61c07a + 2427962 commit 32abb40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Add TypeScript to an ASP.NET Core app"
33
description: Create a simple web application by using ASP.NET Core and TypeScript, add TypeScript code, run the app, and debug with breakpoints.
4-
ms.date: 10/23/2024
4+
ms.date: 5/14/2025
55
ms.topic: tutorial
66
ms.devlang: javascript
77
author: mikejo5000
@@ -174,7 +174,7 @@ Visual Studio opens your new project.
174174

175175
1. Open the *Views/Shared* folder, and then open *_Layout.cshtml*.
176176

177-
1. Add the following script reference before the call to `@RenderSectionAsync("Scripts", required: false)`:
177+
1. Add the following script reference before the call to `@await RenderSectionAsync("Scripts", required: false)`:
178178

179179
```js
180180
<script src="~/js/app.js"></script>

0 commit comments

Comments
 (0)