From 5c53c8e64713cc9232f4fad1b8b58d4c6ab33c3b Mon Sep 17 00:00:00 2001 From: Vytas Date: Thu, 11 Jan 2018 10:26:32 +0200 Subject: [PATCH] Fix variable name in display utility class naming (#25261) --- docs/4.0/utilities/display.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`