From a18db6c165dcc6f2c038849df3813a3729be6e31 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Mon, 17 Jun 2024 13:09:00 +0200 Subject: [PATCH] Fix typo --- WHATSNEW.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/WHATSNEW.md b/WHATSNEW.md index aae60ac4b6..2ea9df3aaa 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -41,8 +41,7 @@ - [Layout] Add Id to the container div ([#2123](https://github.com/microsoft/fluentui-blazor/pull/2123)) - [Layout] Add Orientation support ([#2096](https://github.com/microsoft/fluentui-blazor/pull/2096)) - [Lists] Make list components inherit from InputBase ([#2118](https://github.com/microsoft/fluentui-blazor/pull/2118)) -- [Markdo -- wnSection] Adds border around code snippets ([#2039](https://github.com/microsoft/fluentui-blazor/pull/2039)) +- [MarkdownSection] Adds border around code snippets ([#2039](https://github.com/microsoft/fluentui-blazor/pull/2039)) - [MarkdownSection] Optimize to minimize number of calls to OnContentConverted ([#2092](https://github.com/microsoft/fluentui-blazor/pull/2092)) - [Misc] Add the ability for CssBuilder to properly Add multiple classes without duplicates ([#2104](https://github.com/microsoft/fluentui-blazor/pull/2104)) - [Misc] Code cleanup work ([#2184](https://github.com/microsoft/fluentui-blazor/pull/2184))