From 53a3108f126a920f15368cfe3053e5dd57917b7c Mon Sep 17 00:00:00 2001 From: ruyut Date: Thu, 29 Jan 2026 01:31:03 +0800 Subject: [PATCH] Fix typo in progress.md --- docs/concepts/progress/progress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/progress/progress.md b/docs/concepts/progress/progress.md index abb4ee691..003d65e67 100644 --- a/docs/concepts/progress/progress.md +++ b/docs/concepts/progress/progress.md @@ -34,7 +34,7 @@ Note that servers aren't required to support progress tracking, so clients shoul In the MCP C# SDK, clients can specify a `progressToken` in the request parameters when calling a tool method. The client should also provide a notification handler to process "notifications/progress" notifications. -There are two way to do this. The first is to register a notification handler using the method on the instance. A handler registered this way will receive all progress notifications sent by the server. +There are two ways to do this. The first is to register a notification handler using the method on the instance. A handler registered this way will receive all progress notifications sent by the server. ```csharp mcpClient.RegisterNotificationHandler(NotificationMethods.ProgressNotification,