diff --git a/web/src/elements/stories/LoadingOverlay.docs.mdx b/web/src/elements/stories/LoadingOverlay.docs.mdx
index 9eb8bf9427..39865c9778 100644
--- a/web/src/elements/stories/LoadingOverlay.docs.mdx
+++ b/web/src/elements/stories/LoadingOverlay.docs.mdx
@@ -20,9 +20,9 @@ import "@goauthentik/elements/LoadingOverlay.js";
Note that the content of an alert _must_ be a valid HTML component; plain text does not work here.
```html
-
- >This would display in the "body" slot
+This would display in the "body" slot of the enclosing EmptyState object.
```
## Demo