aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2015-12-26 19:57:36 +0000
committerPatrick H. Lauke <[email protected]>2015-12-26 19:57:36 +0000
commit807a1496024781a8f88e47401d56c93f7b76ca22 (patch)
treef702d676a8fcfe08f345e18d21bd234787915acd /docs/getting-started
parent86b3110242c12e61a9171e18c364f8ac4878dec4 (diff)
parent37426b9d83973fe9be31e068bc0f04f7307eb9b4 (diff)
downloadbootstrap-807a1496024781a8f88e47401d56c93f7b76ca22.tar.xz
bootstrap-807a1496024781a8f88e47401d56c93f7b76ca22.zip
Merge pull request #18687 from jch/patch-1
Fix typo in docs/getting-started/introduction.md
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md
index 141a7b497..b35c4134b 100644
--- a/docs/getting-started/introduction.md
+++ b/docs/getting-started/introduction.md
@@ -96,7 +96,7 @@ You can see an example of this in action in the [starter template](#starter-temp
### Box-sizing
-For more straightforward sizing in CSS, we switch the global `box-sizing` value from `content-box` to `border-box`. This ensures `padding` does not affect the final computed width of an element, but it can cause problems with some third party software like including Google Maps and Google Custom Search Engine.
+For more straightforward sizing in CSS, we switch the global `box-sizing` value from `content-box` to `border-box`. This ensures `padding` does not affect the final computed width of an element, but it can cause problems with some third party software like Google Maps and Google Custom Search Engine.
On the rare occasion you need to override it, use something like the following: