aboutsummaryrefslogtreecommitdiff
path: root/site/layouts/shortcodes/callout.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts/shortcodes/callout.html')
-rw-r--r--site/layouts/shortcodes/callout.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/site/layouts/shortcodes/callout.html b/site/layouts/shortcodes/callout.html
index 007f8a8e8..86683ecf4 100644
--- a/site/layouts/shortcodes/callout.html
+++ b/site/layouts/shortcodes/callout.html
@@ -1,6 +1,5 @@
{{- /*
- Usage: `callout "type"`,
- where type is one of info (default), danger, warning
+ Usage: `callout "type"`, where `type` is one of info (default), danger, or warning
*/ -}}
{{- $css_class := .Get 0 | default "info" -}}