From debe514f38c70a76ec24e192835a72d548ca874a Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 18 Jun 2024 22:53:56 +0900 Subject: [PATCH] Update ChatService.cs (#12) minor fix --- PalmHill.BlazorChat/Client/Services/ChatService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PalmHill.BlazorChat/Client/Services/ChatService.cs b/PalmHill.BlazorChat/Client/Services/ChatService.cs index d6e29f3..8463da6 100644 --- a/PalmHill.BlazorChat/Client/Services/ChatService.cs +++ b/PalmHill.BlazorChat/Client/Services/ChatService.cs @@ -8,7 +8,7 @@ namespace PalmHill.BlazorChat.Client.Services { /// - /// The the main service that controls the chat UI. + /// The main service that controls the chat UI. /// public class ChatService {