Skip to content

Commit e538545

Browse files
Update content/techniques/events.md
1 parent 1c022a1 commit e538545

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
@@ -109,7 +109,7 @@ With this pattern, you can, for example, create an event listener that catches a
109109
```typescript
110110
@OnEvent('**')
111111
handleEverything(payload: any) {
112-
console.log('listener triggered');
112+
// handle and process an event
113113
}
114114
```
115115

0 commit comments

Comments
 (0)