From: ChellyAhmed <76244671+ChellyAhmed@users.noreply.github.com> Date: Sat, 21 Jan 2023 17:30:08 +0000 (+0100) Subject: fix typo in gutters doc (#37918) X-Git-Tag: v5.3.0-alpha2~129 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d9d2b4fdb25395237ee70ec6ad502280e13a4639;p=thirdparty%2Fbootstrap.git fix typo in gutters doc (#37918) * fix typo in gutters doc * Update site/content/docs/5.3/layout/gutters.md Co-authored-by: Mark Otto --- diff --git a/site/content/docs/5.3/layout/gutters.md b/site/content/docs/5.3/layout/gutters.md index 1eabc9211e..a5b0772c8a 100644 --- a/site/content/docs/5.3/layout/gutters.md +++ b/site/content/docs/5.3/layout/gutters.md @@ -71,7 +71,7 @@ An alternative solution is to add a wrapper around the `.row` with the `.overflo ## Horizontal & vertical gutters -`.g-*` classes can be used to control the horizontal gutter widths, for the following example we use a smaller gutter width, so there won't be a need to add the `.overflow-hidden` wrapper class. +Use `.g-*` classes to control the horizontal and vertical grid gutters. In the example below, we use a smaller gutter width, so there isn't a need for the `.overflow-hidden` wrapper class. {{< example class="bd-example-cols" >}}