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