Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Commit e30ae8c

Browse files
guardrexTratcher
authored andcommitted
Fix typo (#1559)
1 parent 52c7f5f commit e30ae8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Extensions.Hosting.Abstractions/IHostLifetime.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Microsoft.Extensions.Hosting
99
public interface IHostLifetime
1010
{
1111
/// <summary>
12-
/// Called at the start of <see cref="IHost.StartAsync(CancellationToken)"/> which will wait until it's compete before
12+
/// Called at the start of <see cref="IHost.StartAsync(CancellationToken)"/> which will wait until it's complete before
1313
/// continuing. This can be used to delay startup until signaled by an external event.
1414
/// </summary>
1515
Task WaitForStartAsync(CancellationToken cancellationToken);

0 commit comments

Comments
 (0)