We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7268694 commit d55f4eaCopy full SHA for d55f4ea
1 file changed
aspnetcore/fundamentals/host/hosted-services.md
@@ -162,7 +162,7 @@ The services are registered in `IHostBuilder.ConfigureServices` (*Program.cs*).
162
163
[!code-csharp[](hosted-services/samples/3.x/BackgroundTasksSample/Program.cs?name=snippet3)]
164
165
-`MontiorLoop` is started in `Program.Main`:
+`MonitorLoop` is started in `Program.Main`:
166
167
[!code-csharp[](hosted-services/samples/3.x/BackgroundTasksSample/Program.cs?name=snippet4)]
168
0 commit comments