Skip to content

Commit 6a412d3

Browse files
Update content/techniques/events.md
1 parent ba4d497 commit 6a412d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ handleOrderCreatedEvent(payload: OrderCreatedEvent) {
8383
}
8484
```
8585

86-
> warning **Warning** Event subscribers cannot be subject to the scope of the request.
86+
> warning **Warning** Event subscribers cannot be request-scoped.
8787
8888
The first argument can be a `string` or `symbol` for a simple event emitter and a `string | symbol | Array<string | symbol>` in a case of a wildcard emitter. The second argument (optional) is a listener options object ([read more](https://github.com/EventEmitter2/EventEmitter2#emitteronevent-listener-options-objectboolean)).
8989

0 commit comments

Comments
 (0)