From f67270113deced28229cf89dd96442a49dab3290 Mon Sep 17 00:00:00 2001 From: Dan Harding Date: Fri, 14 Dec 2018 03:46:04 +0000 Subject: [PATCH] Minor Grammar and Spelling Corrections (#24724) --- guide/english/bootstrap/icons/index.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/guide/english/bootstrap/icons/index.md b/guide/english/bootstrap/icons/index.md index 537c38c95a..56f0b55aa2 100644 --- a/guide/english/bootstrap/icons/index.md +++ b/guide/english/bootstrap/icons/index.md @@ -4,14 +4,14 @@ title: Icons ## Icons -The Bootstrap framework provides you Glyphicons for icon. +The Bootstrap framework provides you with Glyphicons for icons. Bootstrap doesn’t include an icon library by default, but it has a handful of recommendations for you to choose from. While most icon sets include multiple file formats, we prefer SVG implementations for their improved accessibility and vector support. ### How to use -To use Bootstrap icon create a span tag with base class `glyphicon` and individual icon class. +To use Bootstrap icons, create a `` tag with base class `glyphicon` and individual icon class. Use it only on elements that contain no text content and have no child elements. **Code Example:** @@ -28,7 +28,7 @@ The Bootstrap framework provides you with over 250 icons called glyphs. They com ### How To Use -To use bootstrap icons you simply create `` tag and apply the applicable CSS class for the icon. A code example has been provided below. +To use Bootstrap icons you simply create a `` tag and apply the applicable CSS class for the icon. A code example has been provided below. **Code Example:** @@ -38,13 +38,13 @@ To use bootstrap icons you simply create `` tag and apply the applicable C ### Bootstrap Glyphicon Class List -This is an example of the CSS classes that bootstrap provides for glyphicons. More of them is avalible here +This is an example of the CSS classes that Bootstrap provides for glyphicons. More of them are avalible here -`.glyphicon glyphicon-plus` This is bootstrap's plus/add icon. +`.glyphicon glyphicon-plus` This is Bootstrap's plus/add icon. -`.glyphicon glyphicon-trash` This is bootstrap's trash/delete icon. +`.glyphicon glyphicon-trash` This is Bootstrap's trash/delete icon. @@ -61,6 +61,9 @@ _Note: Do not include the dot in the HTML Class Attribute, referring to the clas + +_Note: Bootstrap's Glyphicons are not avalable in Bootstrap V4_ + ### Things to keep in mind **Don't mix with other components**