Skip to content

Commit 158f370

Browse files
authored
Update docs/orleans/host/configuration-guide/startup-tasks.md
1 parent 7f8a9a0 commit 158f370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/orleans/host/configuration-guide/startup-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class GrainPingService : BackgroundService
6969
}
7070
```
7171

72-
Registration order is significant, since services added to the host builder are started one-by-once, in the order they are registered. You can register the background service as follows:
72+
Registration order is significant, since services added to the host builder are started one-by-one, in the order they are registered. You can register the background service as follows:
7373

7474
```csharp
7575
var builder = WebApplication.CreateBuilder(args);

0 commit comments

Comments
 (0)