Skip to content

Commit 1337bb4

Browse files
authored
remove extra closing parens
1 parent f574f49 commit 1337bb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/tutorials/signalr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ At the end, you'll have a working chat app:
8585

8686
## Add the SignalR client library
8787

88-
The SignalR server library is included in the ASP.NET Core 3.0 shared framework. The JavaScript client library isn't automatically included in the project. For this tutorial, you use Library Manager (LibMan) to get the client library from *unpkg*. unpkg is a content delivery network (CDN)) that can deliver anything found in npm, the Node.js package manager.
88+
The SignalR server library is included in the ASP.NET Core 3.0 shared framework. The JavaScript client library isn't automatically included in the project. For this tutorial, you use Library Manager (LibMan) to get the client library from *unpkg*. unpkg is a content delivery network (CDN) that can deliver anything found in npm, the Node.js package manager.
8989

9090
# [Visual Studio](#tab/visual-studio/)
9191

@@ -317,7 +317,7 @@ At the end, you'll have a working chat app:
317317

318318
## Add the SignalR client library
319319

320-
The SignalR server library is included in the `Microsoft.AspNetCore.App` metapackage. The JavaScript client library isn't automatically included in the project. For this tutorial, you use Library Manager (LibMan) to get the client library from *unpkg*. unpkg is a content delivery network (CDN)) that can deliver anything found in npm, the Node.js package manager.
320+
The SignalR server library is included in the `Microsoft.AspNetCore.App` metapackage. The JavaScript client library isn't automatically included in the project. For this tutorial, you use Library Manager (LibMan) to get the client library from *unpkg*. unpkg is a content delivery network (CDN) that can deliver anything found in npm, the Node.js package manager.
321321

322322
# [Visual Studio](#tab/visual-studio/)
323323

0 commit comments

Comments
 (0)