Skip to content

Commit

Permalink
Fix minor typo in documentation reference/actions (#694)
Browse files Browse the repository at this point in the history
Co-authored-by: LB Johnston <lb.johnston@virginaustralia.com>
  • Loading branch information
lb- and LB Johnston committed Jun 20, 2023
1 parent eda0f9d commit b73bef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/actions.md
Expand Up @@ -131,7 +131,7 @@ The list of supported modifier keys is shown below.

Sometimes a controller needs to listen for events dispatched on the global `window` or `document` objects.

You can append `@window` or `@document` to the event name (along with any filter modifer) in an action descriptor to install the event listener on `window` or `document`, respectively, as in the following example:
You can append `@window` or `@document` to the event name (along with any filter modifier) in an action descriptor to install the event listener on `window` or `document`, respectively, as in the following example:

<meta data-controller="callout" data-callout-text-value="resize@window">

Expand Down

0 comments on commit b73bef7

Please sign in to comment.