diff --git a/docs/reference/actions.md b/docs/reference/actions.md index ed397863..5c7e909b 100644 --- a/docs/reference/actions.md +++ b/docs/reference/actions.md @@ -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: