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/docs
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-27 16:32:25 +0300
commit41b8ce278bde55ca9d28adad00acbb02f90a6df5 (patch)
treeeef2bb702c1c69f5ca181e7c2971874d4bab012d /site/docs
parentde94f6003f7e8c2eabc998e4823d8c5f1a31547b (diff)
fixed minor typo (#29291)
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/4.3/utilities/float.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.3/utilities/float.md b/site/docs/4.3/utilities/float.md
index ec05d3ec75..977beaeaf8 100644
--- a/site/docs/4.3/utilities/float.md
+++ b/site/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.
## Classes