Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/docs/4.3/components/navbar.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.3/components/navbar.md b/site/docs/4.3/components/navbar.md
index 3405f8f67a..fffaa693ce 100644
--- a/site/docs/4.3/components/navbar.md
+++ b/site/docs/4.3/components/navbar.md
@@ -216,7 +216,7 @@ Place various form controls and components within a navbar with `.form-inline`.
{% endcapture %}
{% include example.html content=example %}
-Immediate children elements in `.navbar` use flex layout and will default to `justify-content: between`. Use additional [flex utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/flex/) as needed to adjust this behavior.
+Immediate children elements in `.navbar` use flex layout and will default to `justify-content: space-between`. Use additional [flex utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/flex/) as needed to adjust this behavior.
{% capture example %}
<nav class="navbar navbar-light bg-light">