diff --git a/aspnetcore/release-notes/aspnetcore-9/includes/openapi-aot.md b/aspnetcore/release-notes/aspnetcore-9/includes/openapi-aot.md index 076b07554b..45b4257872 100644 --- a/aspnetcore/release-notes/aspnetcore-9/includes/openapi-aot.md +++ b/aspnetcore/release-notes/aspnetcore-9/includes/openapi-aot.md @@ -4,7 +4,7 @@ The new built-in OpenAPI support in ASP.NET Core now also supports trimming and ### Get started -Create a new ASP.NET Core Web API (native AOT) project. +Create a new ASP.NET Core Web API (Native AOT) project. ```console dotnet new webapiaot diff --git a/aspnetcore/release-notes/aspnetcore-9/includes/signalr-trimming-aot.md b/aspnetcore/release-notes/aspnetcore-9/includes/signalr-trimming-aot.md index 146f73fd2a..f33fd4e643 100644 --- a/aspnetcore/release-notes/aspnetcore-9/includes/signalr-trimming-aot.md +++ b/aspnetcore/release-notes/aspnetcore-9/includes/signalr-trimming-aot.md @@ -1,6 +1,6 @@ -### SignalR supports trimming and native AOT +### SignalR supports trimming and Native AOT -Continuing the [native AOT journey](xref:fundamentals/native-aot) started in .NET 8, we have enabled trimming and native ahead-of-time (AOT) compilation support for both SignalR client and server scenarios. You can now take advantage of the performance benefits of using native AOT in applications that use SignalR for real-time web communications. +Continuing the [Native AOT journey](xref:fundamentals/native-aot) started in .NET 8, we have enabled trimming and native ahead-of-time (AOT) compilation support for both SignalR client and server scenarios. You can now take advantage of the performance benefits of using Native AOT in applications that use SignalR for real-time web communications. #### Getting started