diff --git a/dotnet-desktop-guide/net/winforms/whats-new/net90.md b/dotnet-desktop-guide/net/winforms/whats-new/net90.md index 19e958f5ce..33ad58b2d7 100644 --- a/dotnet-desktop-guide/net/winforms/whats-new/net90.md +++ b/dotnet-desktop-guide/net/winforms/whats-new/net90.md @@ -24,7 +24,7 @@ The following a list of new methods added to support asynchronous scenarios: - - -This API is guarded behind a compiler error because it's experimental. Suppress the error to enable access to the API. Add the following `PropertyGroup` to your project file: +This API is guarded behind a compiler error because it's experimental. To suppress the error and enable access to the API, add the following `PropertyGroup` to your project file: :::code language="xml" source=".\snippets\net90\csharp\MyExampleProject.csproj" id="experimental_async"::: @@ -59,7 +59,7 @@ To apply a color mode, call