Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmh committed Aug 18, 2023
1 parent 632686b commit c934d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DocsV2/docs/Scheduler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ scheduler.Schedule(

The `ScheduleWithParams<T>()` method allows you to schedule the same invocable multiple times with different parameters.

_Note: For these specific invocables to work, **do not register them with the DI services.**._
_Note: For these specific invocables to work, **do not register them with the DI services.**_

```csharp
private class BackupDatabaseTableInvocable : IInvocable
Expand Down

0 comments on commit c934d30

Please sign in to comment.