diff --git a/docs/reference/actions.md b/docs/reference/actions.md
index fad03108..5df13778 100644
--- a/docs/reference/actions.md
+++ b/docs/reference/actions.md
@@ -141,6 +141,20 @@ You can append `@window` or `@document` to the event name (along with any filter
```
+Alternatively, you can append `@outside` to the event name which will act similar to `@document` but only trigger if the event's target is outside the element with the action.
+
+```html
+
+
+