diff options
| author | XhmikosR <[email protected]> | 2020-12-21 11:12:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-21 11:12:28 +0200 |
| commit | 44667d89fa1bf8de15db57fad43696c62860e288 (patch) | |
| tree | 81c82de092af154fe3359cf9f2c06ee0ccdf7a94 | |
| parent | 86802f701cdff9a2fe91278fe42684a32426bc61 (diff) | |
| download | bootstrap-44667d89fa1bf8de15db57fad43696c62860e288.tar.xz bootstrap-44667d89fa1bf8de15db57fad43696c62860e288.zip | |
API docs: add missing comma (#32543)
| -rw-r--r-- | site/content/docs/5.0/utilities/api.md | 2 |
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, ) |
