Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 13, 2024
1 parent fa3530b commit 96a3727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/function-listeners.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ dump(cfthread[threadName].result.columnlist);
## Function Collection Listener

A listener not necessarly has to be a function, it also can be a function collection (multiple functions inside a struct).
This way you can define a function for specific events like `onSuccess` or `onFaail` like this.
This way you can define a function for specific events like `onSuccess` or `onFail` like this.

```run
<cfscript>
Expand Down

0 comments on commit 96a3727

Please sign in to comment.