Skip to content

Commit 5206191

Browse files
Merge pull request #3243 from VinceOPS/patch-1
Typo in CQRS doc
2 parents 36b7654 + 27bc0a9 commit 5206191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/cqrs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ Using request-scoped providers alongside CQRS can be complex because the `Comman
494494
To make a handler request-scoped, you can either:
495495

496496
1. Depend on a request-scoped provider.
497-
2. Explicitly set its scope to `REQUEST` using the `@CommandHandler`, `@QueryHandler`, or `@EventHandler` decorator, as shown:
497+
2. Explicitly set its scope to `REQUEST` using the `@CommandHandler`, `@QueryHandler`, or `@EventsHandler` decorator, as shown:
498498

499499
```typescript
500500
@CommandHandler(KillDragonCommand, {

0 commit comments

Comments
 (0)