Skip to content

Commit f310c2f

Browse files
committed
typo fix
1 parent ed3b2fc commit f310c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/release-notes/aspnetcore-10/includes/ValidationSupportMinAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ app.MapPost("/products",
3333
```
3434

3535
> [!NOTE]
36-
> Several small improvements and fixes have been made to the Minimal APIs validation generator introduced in ASP.NET Core 10. To support future enhancements, the underlying validation resolver APIs are now marked as experimental. The top-level `AddValidation` APIs and the built-in validation filter remain stable and non-experimental.
36+
> Several small improvements and fixes have been made to the Minimal APIs validation generator introduced in ASP.NET Core for .NET 10. To support future enhancements, the underlying validation resolver APIs are now marked as experimental. The top-level `AddValidation` APIs and the built-in validation filter remain stable and non-experimental.

0 commit comments

Comments
 (0)