diff --git a/src/DefaultBuilder/src/WebApplication.cs b/src/DefaultBuilder/src/WebApplication.cs
index ed700260a0e4..8f10bf20d3af 100644
--- a/src/DefaultBuilder/src/WebApplication.cs
+++ b/src/DefaultBuilder/src/WebApplication.cs
@@ -166,7 +166,7 @@ public Task StartAsync(CancellationToken cancellationToken = default) =>
///
///
/// A that represents the shutdown of the .
- /// Successful completion indicates that all the HTTP server has stopped.
+ /// Successful completion indicates that the HTTP server has stopped.
///
public Task StopAsync(CancellationToken cancellationToken = default) =>
_host.StopAsync(cancellationToken);