Skip to content

Commit f7d6411

Browse files
committed
Update aspnetcore/fundamentals/minimal-apis/includes/responses7-8.md
Fixed typo on code link
1 parent 87142f4 commit f7d6411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/fundamentals/minimal-apis/includes/responses7-8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ By implementing the <xref:Microsoft.AspNetCore.Http.IBindableFromHttpContext%601
247247

248248
The following is an example implementation of a custom parameter that binds from an HTTP header:
249249

250-
:::code language="csharp" source="~/fundamentals/minimal-apis/8.0-samples/CustomBindingExample/CustomBoundParameter.cs":::
250+
:::code language="csharp" source="~/fundamentals/minimal-apis/8.0-samples/CustomBindingExample/CustomBoundParameters.cs":::
251251

252252
You can also implement validation within your custom binding logic:
253253

0 commit comments

Comments
 (0)