Skip to content

Commit 17b4c92

Browse files
Update content/techniques/events.md
1 parent f61b56c commit 17b4c92

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
@@ -110,7 +110,7 @@ export type OnEventOptions = OnOptions & {
110110
};
111111
```
112112

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

0 commit comments

Comments
 (0)