aboutsummaryrefslogtreecommitdiff
path: root/docs/utilities
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-22 21:20:47 -0800
committerGitHub <[email protected]>2016-12-22 21:20:47 -0800
commit4b62a9390682feac7c5d1e260fd968ebaa7ded7c (patch)
treee26e956ece6830e117448cf341c5501309cea044 /docs/utilities
parentf297282833c2af308783c527edaf8d6a7fd93917 (diff)
downloadbootstrap-4b62a9390682feac7c5d1e260fd968ebaa7ded7c.tar.xz
bootstrap-4b62a9390682feac7c5d1e260fd968ebaa7ded7c.zip
ugh
Diffstat (limited to 'docs/utilities')
-rw-r--r--docs/utilities/sizing-and-positioning.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/utilities/sizing-and-positioning.md b/docs/utilities/sizing-and-positioning.md
index 796eb8305..a6de778ca 100644
--- a/docs/utilities/sizing-and-positioning.md
+++ b/docs/utilities/sizing-and-positioning.md
@@ -21,7 +21,7 @@ The `.pos-f-t` class can be used to easily position elements at the top of the v
## Width and height
-Easily make an element as wide or as tall (relative to its parent) wit our width and height utilities. Includes support for `25%`, `50%`, `75%`, and `100%`.
+Easily make an element as wide or as tall (relative to its parent) with our width and height utilities. Includes support for `25%`, `50%`, `75%`, and `100%`.
{% example html %}
<div class="w-25 p-3" style="background-color: #eee;">Width 25%</div>