diff options
| author | Vytas <[email protected]> | 2018-01-11 10:26:32 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-01-11 10:26:32 +0200 |
| commit | 5c53c8e64713cc9232f4fad1b8b58d4c6ab33c3b (patch) | |
| tree | a675bf1a57f5e612f97fba49caf5c609a1dc70d3 /docs | |
| parent | 13be9aa00b899ff2a93c9da6ee423d5b05d28c92 (diff) | |
| download | bootstrap-5c53c8e64713cc9232f4fad1b8b58d4c6ab33c3b.tar.xz bootstrap-5c53c8e64713cc9232f4fad1b8b58d4c6ab33c3b.zip | |
Fix variable name in display utility class naming (#25261)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/utilities/display.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/utilities/display.md b/docs/4.0/utilities/display.md index fd6dbe42b..f48d0a538 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` |
