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
diff options
context:
space:
mode:
authortracyjordan <42917505+tracyjordan@users.noreply.github.com>2019-08-22 10:58:08 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-08-22 10:58:08 +0300
commita5e725fa2e2c65ce2851a50927906e488c54750a (patch)
treec30e07322fecdbcd1769ae37ca08be77148b45ba
parentbfd4c1921da5b8f8b4b4ab1b2ece1859d96b9ce2 (diff)
fixed minor typo (#29291)
-rw-r--r--site/content/docs/4.3/utilities/float.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/utilities/float.md b/site/content/docs/4.3/utilities/float.md
index bba3458283..7acec97829 100644
--- a/site/content/docs/4.3/utilities/float.md
+++ b/site/content/docs/4.3/utilities/float.md
@@ -8,7 +8,7 @@ toc: true
## Overview
-These utility classes float an element to the left or right, or disable floating, based on the current viewport size using the [CSS `float` property](https://developer.mozilla.org/en-US/docs/Web/CSS/float). `!important` is included to avoid specificity issues. These use the same viewport breakpoints as our grid system. Please be aware float utilities have no affect on flex items.
+These utility classes float an element to the left or right, or disable floating, based on the current viewport size using the [CSS `float` property](https://developer.mozilla.org/en-US/docs/Web/CSS/float). `!important` is included to avoid specificity issues. These use the same viewport breakpoints as our grid system. Please be aware float utilities have no effect on flex items.
{{< example >}}
<div class="float-left">Float left on all viewport sizes</div><br>