diff --git a/aspnetcore/release-notes/aspnetcore-10/includes/openApi.md b/aspnetcore/release-notes/aspnetcore-10/includes/openApi.md index 25bcbc450b1e..52bd15efac79 100644 --- a/aspnetcore/release-notes/aspnetcore-10/includes/openApi.md +++ b/aspnetcore/release-notes/aspnetcore-10/includes/openApi.md @@ -74,6 +74,6 @@ app.MapOpenApi("/openapi/{documentName}.yaml"); Support for: - YAML is currently only available for the the OpenAPI served from the OpenAPI endpoint. -- Generating OpenAPI documents in YAML format at build time isadded in a future preview. +- Generating OpenAPI documents in YAML format at build time is added in a future preview. See [this PR](https://github.com/dotnet/aspnetcore/pull/58616) which added support for serving the generated OpenAPI document in YAML format.