From f52a73004bfda28a1096c229af2109b509f74594 Mon Sep 17 00:00:00 2001 From: Bartosz Klonowski Date: Wed, 11 Dec 2024 02:54:08 +0100 Subject: [PATCH] Add missing space in IHostApplicationBuilder description --- docs/core/extensions/generic-host.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/extensions/generic-host.md b/docs/core/extensions/generic-host.md index f9a040858984b..f66c88fe023aa 100644 --- a/docs/core/extensions/generic-host.md +++ b/docs/core/extensions/generic-host.md @@ -225,7 +225,7 @@ To add host configuration, call on an . The public property allows consumers to read from or make changes to the existing configuration using available extension methods. +App configuration is created by calling on an . The public property allows consumers to read from or make changes to the existing configuration using available extension methods. # [IHostBuilder](#tab/hostbuilder)