Skip to content

Commit 37566a9

Browse files
authored
Update 17/umbraco-cms/reference/scheduling.md
1 parent e4c3109 commit 37566a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17/umbraco-cms/reference/scheduling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ It's required to give your job a unique name via the `Name` property. This is us
375375

376376
The period is specified via the `Period` property, which controls how often the job should run. In this example, it runs every 20 seconds.
377377

378-
It's not required to manually register the job in the database, however you must register it to dependency injection so Umbraco can find it. This can be done with a composer or in `Program.cs`
378+
It's not required to manually register the job in the database, however, you must register it to DI so Umbraco can find it. This can be done with a composer or in `Program.cs`
379379

380380
```csharp
381381
public class MyComposer : IComposer

0 commit comments

Comments
 (0)