Skip to content

Commit

Permalink
Merge pull request #232 from AthennaIO/develop
Browse files Browse the repository at this point in the history
fix: adjust text
  • Loading branch information
jlenon7 authored Nov 27, 2024
2 parents 93632e5 + 64866a2 commit 613fb6d
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 613fb6d

Please sign in to comment.