We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a0a40 commit 4a3a99dCopy full SHA for 4a3a99d
src/DefaultBuilder/src/WebApplication.cs
@@ -185,7 +185,7 @@ public Task RunAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? url = nul
185
}
186
187
/// <summary>
188
- /// Runs an application and block the calling thread until host shutdown.
+ /// Runs an application and blocks the calling thread until host shutdown.
189
/// </summary>
190
/// <param name="url">The URL to listen to if the server hasn't been configured directly.</param>
191
public void Run([StringSyntax(StringSyntaxAttribute.Uri)] string? url = null)
0 commit comments