aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2021-06-23 20:37:07 -0700
committerMark Otto <[email protected]>2021-06-23 20:37:07 -0700
commit653476ec988d81d24af39ffe874789a3f20d8a2a (patch)
tree0fe7deb169df2b027cf27bf48256e5c05e52461a
parent77d41436745d7391008d7f3ae009bcb350acc9e1 (diff)
downloadbootstrap-653476ec988d81d24af39ffe874789a3f20d8a2a.tar.xz
bootstrap-653476ec988d81d24af39ffe874789a3f20d8a2a.zip
Fixes #34187
-rw-r--r--site/content/docs/5.0/layout/grid.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/layout/grid.md b/site/content/docs/5.0/layout/grid.md
index afa3818a2..652001964 100644
--- a/site/content/docs/5.0/layout/grid.md
+++ b/site/content/docs/5.0/layout/grid.md
@@ -458,7 +458,7 @@ Mixins are used in conjunction with the grid variables to generate semantic CSS
@include make-col();
@include make-col($size, $columns: $grid-columns);
-// Get fancy by offsetting, or changing the sort order
+// Offset with margins
@include make-col-offset($size, $columns: $grid-columns);
```