Skip to content

Commit c74f324

Browse files
authored
Fix casing and punctuation in important note
1 parent 9739858 commit c74f324

File tree

1 file changed

+2
-2
lines changed
  • aspnetcore/fundamentals/configuration

1 file changed

+2
-2
lines changed

aspnetcore/fundamentals/configuration/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ var builder = WebApplication.CreateBuilder(args);
5959
1. [appsettings.json](#appsettingsjson) using the [JSON configuration provider](#jcp).
6060
1. A fallback to the host configuration described in the [next section](#host).
6161

62-
> [!Important]
63-
> While this article mentions `WebApplication.CreateBuilder(args)` many times, application code should call this method only once. For more information, see [this IIS Support blog post](https://techcommunity.microsoft.com/blog/iis-support-blog/asp-net-core-503-server-has-been-shutdown/3830338)
62+
> [!IMPORTANT]
63+
> While this article mentions `WebApplication.CreateBuilder(args)` many times, application code should call this method only once. For more information, see [this IIS Support blog post](https://techcommunity.microsoft.com/blog/iis-support-blog/asp-net-core-503-server-has-been-shutdown/3830338).
6464
6565
<a name="host"></a>
6666

0 commit comments

Comments
 (0)