Skip to content

Commit d268067

Browse files
authored
Fix typo in documentation - global events (#704)
1 parent da8be68 commit d268067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The list of supported modifier keys is shown below.
131131

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

134-
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:
134+
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:
135135

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

0 commit comments

Comments
 (0)