Skip to content

Commit

Permalink
Add missing space in IHostApplicationBuilder description
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszKlonowski committed Dec 11, 2024
1 parent f429df7 commit f52a730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/extensions/generic-host.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ To add host configuration, call <xref:Microsoft.Extensions.Hosting.HostBuilder.C

# [IHostApplicationBuilder](#tab/appbuilder)

App configuration is created by calling <xref:Microsoft.Extensions.Hosting.HostBuilder.ConfigureAppConfiguration%2A> on an <xref:Microsoft.Extensions.Hosting.IHostApplicationBuilder>. The public<xref:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Configuration?displayProperty=nameWithType> property allows consumers to read from or make changes to the existing configuration using available extension methods.
App configuration is created by calling <xref:Microsoft.Extensions.Hosting.HostBuilder.ConfigureAppConfiguration%2A> on an <xref:Microsoft.Extensions.Hosting.IHostApplicationBuilder>. The public <xref:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Configuration?displayProperty=nameWithType> property allows consumers to read from or make changes to the existing configuration using available extension methods.

# [IHostBuilder](#tab/hostbuilder)

Expand Down

0 comments on commit f52a730

Please sign in to comment.