mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Grammatically update the doc (#33267)
* Grammatically update the doc * Apply suggestions from code review Co-authored-by: Mark Otto <otto@github.com>
This commit is contained in:
		
							parent
							
								
									a49d1e3e58
								
							
						
					
					
						commit
						a5c4a7a1f2
					
				|  | @ -24,7 +24,7 @@ Copy-paste the stylesheet `<link>` into your `<head>` before all other styleshee | ||||||
| 
 | 
 | ||||||
| ### JS | ### JS | ||||||
| 
 | 
 | ||||||
| Many of our components require the use of JavaScript to function. Specifically, they require our own JavaScript plugins and [Popper](https://popper.js.org/). Place **one of following `<script>`s** near the end of your pages, right before the closing `</body>` tag, to enable them. | Many of our components require the use of JavaScript to function. Specifically, they require our own JavaScript plugins and [Popper](https://popper.js.org/). Place **one of the following `<script>`s** near the end of your pages, right before the closing `</body>` tag, to enable them. | ||||||
| 
 | 
 | ||||||
| #### Bundle | #### Bundle | ||||||
| 
 | 
 | ||||||
|  | @ -101,7 +101,7 @@ Be sure to have your pages set up with the latest design and development standar | ||||||
| </html> | </html> | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| That's all you need for overall page requirements. Visit the [Layout docs]({{< docsref "/layout/grid" >}}) or [our official examples]({{< docsref "/examples" >}}) to start laying out your site's content and components. | For next steps, visit the [Layout docs]({{< docsref "/layout/grid" >}}) or [our official examples]({{< docsref "/examples" >}}) to start laying out your site's content and components. | ||||||
| 
 | 
 | ||||||
| ## Important globals | ## Important globals | ||||||
| 
 | 
 | ||||||
|  | @ -130,7 +130,7 @@ You can see an example of this in action in the [starter template](#starter-temp | ||||||
| 
 | 
 | ||||||
| ### Box-sizing | ### 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 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: | On the rare occasion you need to override it, use something like the following: | ||||||
| 
 | 
 | ||||||
|  | @ -156,6 +156,6 @@ Stay up to date on the development of Bootstrap and reach out to the community w | ||||||
| - Join [the official Slack room]({{< param slack >}}). | - Join [the official Slack room]({{< param slack >}}). | ||||||
| - Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel. | - Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel. | ||||||
| - Implementation help may be found at Stack Overflow (tagged [`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5)). | - Implementation help may be found at Stack Overflow (tagged [`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5)). | ||||||
| - Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/search?q=keywords:bootstrap) or similar delivery mechanisms for maximum discoverability. | - Developers should use the keyword `bootstrap` on packages that modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/search?q=keywords:bootstrap) or similar delivery mechanisms for maximum discoverability. | ||||||
| 
 | 
 | ||||||
| You can also follow [@getbootstrap on Twitter](https://twitter.com/{{< param twitter >}}) for the latest gossip and awesome music videos. | You can also follow [@getbootstrap on Twitter](https://twitter.com/{{< param twitter >}}) for the latest gossip and awesome music videos. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue