From: Vytas Date: Thu, 11 Jan 2018 08:26:32 +0000 (+0200) Subject: Fix variable name in display utility class naming (#25261) X-Git-Tag: v4.0.0~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c53c8e64713cc9232f4fad1b8b58d4c6ab33c3b;p=thirdparty%2Fbootstrap.git Fix variable name in display utility class naming (#25261) --- diff --git a/docs/4.0/utilities/display.md b/docs/4.0/utilities/display.md index fd6dbe42be..f48d0a538f 100644 --- a/docs/4.0/utilities/display.md +++ b/docs/4.0/utilities/display.md @@ -19,7 +19,7 @@ As such, the classes are named using the format: * `.d-{value}` for `xs` * `.d-{breakpoint}-{value}` for `sm`, `md`, `lg`, and `xl`. -Where *display* is one of: +Where *value* is one of: * `none` * `inline`