diff --git a/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml b/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml index 3fe4a3070c2..1b51fdf70e1 100644 --- a/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml @@ -212,7 +212,7 @@ The to configure. A that can be used to cancel the console. Enables console support, builds and starts the host, and waits for Ctrl+C or SIGTERM to shut down. - A that only completes when the token is triggeredor shutdown is triggered. + A that only completes when the console is cancelled or shutdown is triggered. To be added. @@ -242,7 +242,7 @@ The delegate for configuring the . A that can be used to cancel the console. Enables console support, builds and starts the host, and waits for Ctrl+C or SIGTERM to shut down. - A that only completes when the token is triggeredor shutdown is triggered. + A that only completes when the console is cancelled or shutdown is triggered. To be added.