diff --git a/docs/en/framework/infrastructure/background-workers/tickerq.md b/docs/en/framework/infrastructure/background-workers/tickerq.md index ffe3ca46a6..d4ddde3cd9 100644 --- a/docs/en/framework/infrastructure/background-workers/tickerq.md +++ b/docs/en/framework/infrastructure/background-workers/tickerq.md @@ -42,7 +42,7 @@ You need to call the `UseAbpTickerQ` extension method in the `OnApplicationIniti public override async Task OnApplicationInitializationAsync(ApplicationInitializationContext context) { // (default: TickerQStartMode.Immediate) - context.GetHost().UseAbpTickerQ(startMode: ...); + context.GetHost().UseAbpTickerQ(qStartMode: ...); } ```