diff --git a/packages/@ember/-internals/glimmer/lib/modifiers/on.ts b/packages/@ember/-internals/glimmer/lib/modifiers/on.ts index 56db7bf1b63..b2264c4e7ee 100644 --- a/packages/@ember/-internals/glimmer/lib/modifiers/on.ts +++ b/packages/@ember/-internals/glimmer/lib/modifiers/on.ts @@ -291,8 +291,10 @@ function addEventListener( ``` - In this case, the `saveLike` function will receive two arguments: the click event - and the value of `@post`. + In this case, the `saveLike` function will receive two arguments: the value + of `@post` and the click event. The click event will always be the last + argument passed to the handler because `{{fn}}` injects custom arguments + first. ### Function Context