Skip to content

Commit

Permalink
fix: adjust text
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Sep 9, 2024
1 parent 29ac2c6 commit 64866a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cron-application/schedulers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ scheduler when bootstrapping your Athenna application.
## Dependency injection in schedulers

When using schedulers classes you are able to use the `@Inject()`
annotation to inject dependencies from you application within your
annotation to inject dependencies from your application within your
scheduler class:

```typescript
Expand All @@ -179,7 +179,7 @@ export class DeleteRecentUsers {
### Automatic constructor injection

You can also use the automatic constructor injection if
your don't want to use the `@Inject()` annotation:
you don't want to use the `@Inject()` annotation:

```typescript
import { Scheduler, type Context } from '@athenna/cron'
Expand Down

0 comments on commit 64866a2

Please sign in to comment.