From 8467918bc09345a342e3eabe43c0f5bd3f25ec71 Mon Sep 17 00:00:00 2001 From: Robert Haken Date: Tue, 25 Feb 2025 23:45:15 +0100 Subject: [PATCH] .NET10 openApi.md - missing space --- aspnetcore/release-notes/aspnetcore-10/includes/openApi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.