Skip to content

Commit d55f4ea

Browse files
authored
typo (#18360)
1 parent 7268694 commit d55f4ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/fundamentals/host/hosted-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The services are registered in `IHostBuilder.ConfigureServices` (*Program.cs*).
162162

163163
[!code-csharp[](hosted-services/samples/3.x/BackgroundTasksSample/Program.cs?name=snippet3)]
164164

165-
`MontiorLoop` is started in `Program.Main`:
165+
`MonitorLoop` is started in `Program.Main`:
166166

167167
[!code-csharp[](hosted-services/samples/3.x/BackgroundTasksSample/Program.cs?name=snippet4)]
168168

0 commit comments

Comments
 (0)