From db9ace4e3becc663303331f681973c59e4b597e1 Mon Sep 17 00:00:00 2001 From: Mauro Ghini Date: Thu, 11 Sep 2025 08:55:00 +0200 Subject: [PATCH] Update net100.md fixed typo --- dotnet-desktop-guide/winforms/whats-new/net100.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-desktop-guide/winforms/whats-new/net100.md b/dotnet-desktop-guide/winforms/whats-new/net100.md index d27dda9bbb..2f32e9b802 100644 --- a/dotnet-desktop-guide/winforms/whats-new/net100.md +++ b/dotnet-desktop-guide/winforms/whats-new/net100.md @@ -40,7 +40,7 @@ SnapLines were fixed for custom designers. ## Dark mode -Windows Forms for .NET 9 introduced preliminary dark mode visual styling, with the goal of completing impelmentation in .NET 10. +Windows Forms for .NET 9 introduced preliminary dark mode visual styling, with the goal of completing implementation in .NET 10. - `ListView` column headers are now working. - `StatusStrip` and `ToolStrip` render correctly.