Skip to content

Commit e3746f3

Browse files
authored
Apply suggestions from code review
1 parent ff02e07 commit e3746f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/core/whats-new/dotnet-9/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ ML.NET is an open-source, cross-platform framework that enables integration of c
6363

6464
## ASP.NET Core
6565

66-
ASP.NET Core apps built with .NET 9 are secure by default, have expanded support for ahead-of-time complication, improved monitoring and tracing, and with the performance improvements built in you will see higher throughput, faster startup time, and all with less memory usage. ASP.NET Core in .NET 9 includes improvements across:
66+
ASP.NET Core apps built with .NET 9 are secure by default, have expanded support for ahead-of-time complication, and have improved monitoring and tracing. With the performance improvements, you'll see higher throughput and faster startup time, and all with less memory usage. ASP.NET Core in .NET 9 includes:
6767

68-
- Optimized handling of static files, like JavaScript and CSS, at build & publish time with automatic fingerprinted verisioning.
69-
- Blazor: New Blazor Hybrid and Web app templates, detection of component render mode, new reconnection experience with server rendering.
70-
- APIs: Built in support for OpenAPI document generation using `Microsoft.AspNetCore.OpenAPI`, enhanced native AOT support,
68+
- Optimized handling of static files, like JavaScript and CSS, at build and publish time with automatic fingerprinted versioning.
69+
- Blazor: New Hybrid and Web app templates, detection of component render mode, new reconnection experience with server rendering.
70+
- APIs: Built in support for OpenAPI document generation using `Microsoft.AspNetCore.OpenAPI`, enhanced native AOT support.
7171
- Improved security with new APIs for authentication and authorization.
7272
- Easier setup for trusted development certificate on Linux to enable HTTPS during development.
7373

74-
These are just some of the features and enhancements you will find in .NET 9, for more information, see [What's new in ASP.NET Core 9.0](/aspnet/core/release-notes/aspnetcore-9.0).
74+
These are just some of the features and enhancements in .NET 9. For more information, see [What's new in ASP.NET Core 9.0](/aspnet/core/release-notes/aspnetcore-9.0).
7575

7676
## .NET MAUI
7777

0 commit comments

Comments
 (0)