Browse Source

Merge pull request #14824 from abpframework/liangshiwei/patch

Fix typo
pull/14831/head
maliming 4 years ago
committed by GitHub
parent
commit
2149d13814
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Community-Articles/2022-11-23-Signalr-client-results/POST.md

2
docs/en/Community-Articles/2022-11-23-Signalr-client-results/POST.md

@ -1,6 +1,6 @@
# Signalr Client results
ASP.NET Core 7 supports [requesting a reuslt from a client](https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-7.0?view=aspnetcore-7.0#signalr), in this article, we will show you how to use client results with the ABP framework.
ASP.NET Core 7 supports [requesting a result from a client](https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-7.0?view=aspnetcore-7.0#signalr), in this article, we will show you how to use client results with the ABP framework.
## Create a SignalR hub

Loading…
Cancel
Save