]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo in docs/getting-started/introduction.md 18687/head
authorJerry Cheung <jollyjerry@gmail.com>
Sat, 26 Dec 2015 17:41:42 +0000 (09:41 -0800)
committerJerry Cheung <jollyjerry@gmail.com>
Sat, 26 Dec 2015 17:41:42 +0000 (09:41 -0800)
Remove 'including'.

docs/getting-started/introduction.md

index 141a7b497fe400024e4c33f42ed4164611b4869d..b35c4134b7ab92edb5e1c1eabae86aaad79e80e2 100644 (file)
@@ -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: