Update introduction.md (#23542)

* Update introduction.md

According to rfc7118, it should be 'WebSocket'(without ending 's') instead of 'WebSockets'

* Update aspnetcore/signalr/introduction.md

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
pull/23565/head
杨中科 2021-10-20 02:03:24 +08:00 committed by GitHub
parent 4c11e9ea10
commit fa223c29ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ The source is hosted in a [SignalR repository on GitHub](https://github.com/dotn
SignalR supports the following techniques for handling real-time communication (in order of graceful fallback):
* [WebSockets](https://tools.ietf.org/html/rfc7118)
* [WebSockets](xref:fundamentals/websockets)
* Server-Sent Events
* Long Polling