diff --git a/guide/english/bootstrap/icons/index.md b/guide/english/bootstrap/icons/index.md index 5252d71693..fb7efd2569 100644 --- a/guide/english/bootstrap/icons/index.md +++ b/guide/english/bootstrap/icons/index.md @@ -38,7 +38,7 @@ To use Bootstrap icons you simply create a `` tag and apply the applicable ### Bootstrap Glyphicon Class List -This is an example of the CSS classes that Bootstrap provides for glyphicons. More of them are avalible here +This is an example of the CSS classes that bootstrap provides for glyphicons. More of them are available here `.glyphicon glyphicon-plus` This is Bootstrap's plus/add icon. @@ -48,6 +48,12 @@ This is an example of the CSS classes that Bootstrap provides for glyphicons. Mo +`.glyphicon glyphicon-envelope` This is bootstrap's envelope icon. + + +`.glyphicon glyphicon-print` This is bootstrap's print icon. + + _Note: Do not include the dot in the HTML Class Attribute, referring to the classes with a dot is only used when adjusting the classes in CSS._ ### Bootstrap Icon in Buttons