Skip to content

Commit 5481699

Browse files
authored
Fix spelling typo
1 parent 7bdc013 commit 5481699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-mcp-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ You can see these attributes used in the `SaveSnippet` tool in the [Examples](#e
169169

170170
### [`FunctionsApplicationBuilder`](#tab/builder)
171171

172-
You can define tool properties in your entry point (program.cs) file by using the `McpToolBuilder` returned by the `ConfigureMcpTool` method on `FunctionsApplicationBuilder`. This examples calls the `WithProperty` method on the builder for the `GetSnippet` tool to set the properties of the tool:
172+
You can define tool properties in your entry point (program.cs) file by using the `McpToolBuilder` returned by the `ConfigureMcpTool` method on `FunctionsApplicationBuilder`. This example calls the `WithProperty` method on the builder for the `GetSnippet` tool to set the properties of the tool:
173173

174174
:::code language="csharp" source="~/remote-mcp-functions-dotnet/src/Program.cs" range="5-15" :::
175175

0 commit comments

Comments
 (0)