Skip to content

Commit 727d507

Browse files
authored
Fix typo in progress.md (#1189)
1 parent 201d8d4 commit 727d507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/progress/progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Note that servers aren't required to support progress tracking, so clients shoul
3434

3535
In the MCP C# SDK, clients can specify a `progressToken` in the request parameters when calling a tool method.
3636
The client should also provide a notification handler to process "notifications/progress" notifications.
37-
There are two way to do this. The first is to register a notification handler using the <xref:ModelContextProtocol.McpSession.RegisterNotificationHandler*> method on the <xref:ModelContextProtocol.Client.McpClient> instance. A handler registered this way will receive all progress notifications sent by the server.
37+
There are two ways to do this. The first is to register a notification handler using the <xref:ModelContextProtocol.McpSession.RegisterNotificationHandler*> method on the <xref:ModelContextProtocol.Client.McpClient> instance. A handler registered this way will receive all progress notifications sent by the server.
3838

3939
```csharp
4040
mcpClient.RegisterNotificationHandler(NotificationMethods.ProgressNotification,

0 commit comments

Comments
 (0)