aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-12-21 11:12:28 +0200
committerGitHub <[email protected]>2020-12-21 11:12:28 +0200
commit44667d89fa1bf8de15db57fad43696c62860e288 (patch)
tree81c82de092af154fe3359cf9f2c06ee0ccdf7a94
parent86802f701cdff9a2fe91278fe42684a32426bc61 (diff)
downloadbootstrap-44667d89fa1bf8de15db57fad43696c62860e288.tar.xz
bootstrap-44667d89fa1bf8de15db57fad43696c62860e288.zip
API docs: add missing comma (#32543)
-rw-r--r--site/content/docs/5.0/utilities/api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/utilities/api.md b/site/content/docs/5.0/utilities/api.md
index 70e4c3aad..135097f14 100644
--- a/site/content/docs/5.0/utilities/api.md
+++ b/site/content/docs/5.0/utilities/api.md
@@ -254,7 +254,7 @@ $utilities: map-merge(
(
"cursor": (
property: cursor,
- class: cursor
+ class: cursor,
responsive: true,
values: auto pointer grab,
)