diff --git a/src/components/NcEmptyContent/NcEmptyContent.vue b/src/components/NcEmptyContent/NcEmptyContent.vue
index ba6e2fec56..6dcf18b543 100644
--- a/src/components/NcEmptyContent/NcEmptyContent.vue
+++ b/src/components/NcEmptyContent/NcEmptyContent.vue
@@ -73,6 +73,34 @@ and add actions.
+```
+
+Similar to the `#title` slot, you could also use the `#description` slot.
+The content will be rendered within a paragraph so you can use any inline element,
+like a link.
+
+```
+
+
+
+
+
+
+ What is even a comment?
+
+
+
+
+