Skip to content

Commit 4a3a99d

Browse files
authored
Correct typo in WebApplication.cs (#58708)
1 parent 47a0a40 commit 4a3a99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DefaultBuilder/src/WebApplication.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public Task RunAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? url = nul
185185
}
186186

187187
/// <summary>
188-
/// Runs an application and block the calling thread until host shutdown.
188+
/// Runs an application and blocks the calling thread until host shutdown.
189189
/// </summary>
190190
/// <param name="url">The URL to listen to if the server hasn't been configured directly.</param>
191191
public void Run([StringSyntax(StringSyntaxAttribute.Uri)] string? url = null)

0 commit comments

Comments
 (0)