Skip to content

Commit

Permalink
Update content/techniques/events.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Oct 23, 2023
1 parent f61b56c commit 17b4c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/techniques/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export type OnEventOptions = OnOptions & {
};
```

> info **Hint** Read more about the [`OnOptions` options object from `eventemitter2`](https://github.com/EventEmitter2/EventEmitter2#emitteronevent-listener-options-objectboolean).
> info **Hint** Read more about the `OnOptions` options object from [`eventemitter2`](https://github.com/EventEmitter2/EventEmitter2#emitteronevent-listener-options-objectboolean).
```typescript
@OnEvent('order.created', { async: true })
Expand Down

0 comments on commit 17b4c92

Please sign in to comment.