Skip to content

Commit efd765e

Browse files
Update wording (#17757)
1 parent b719a79 commit efd765e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Shared/Http2cat/Http2CatHostedService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ await sslStream.AuthenticateAsClientAsync(new SslClientAuthenticationOptions
111111
}
112112
finally
113113
{
114-
// Unwind Https for shutdown. This must happen before context goes ot of scope or else DisposeAsync will hang
114+
// Unwind Https for shutdown. This must happen before the context goes out of scope or else DisposeAsync will never complete
115115
context.Transport = originalTransport;
116116

117117
if (sslState != null)

src/SignalR/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ASP.NET Core SignalR
22
====================
33

4-
ASP.NET Core SignalR is a new library for ASP.NET Core developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to have your server-side code push content to the connected clients as it happens, in real-time.
4+
ASP.NET Core SignalR is a library for ASP.NET Core developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to have your server-side code push content to the connected clients as it happens, in real-time.
55

66
You can watch an introductory presentation here - [ASP.NET Core SignalR: Build 2018](https://www.youtube.com/watch?v=Lws0zOaseIM)
77

0 commit comments

Comments
 (0)