From 8d02e37a526f80b697e26f56f98d47c1ddd1b5d7 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Fri, 25 Nov 2022 16:28:28 +0800 Subject: [PATCH] Fix typo --- .../2022-11-23-Signalr-client-results/POST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Community-Articles/2022-11-23-Signalr-client-results/POST.md b/docs/en/Community-Articles/2022-11-23-Signalr-client-results/POST.md index 1f8128ff7c..f2b9c30c7d 100644 --- a/docs/en/Community-Articles/2022-11-23-Signalr-client-results/POST.md +++ b/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