diff --git a/guide/english/bootstrap/fontawesome-icons/index.md b/guide/english/bootstrap/fontawesome-icons/index.md
index 43680f2521..b0f7e1e9e7 100644
--- a/guide/english/bootstrap/fontawesome-icons/index.md
+++ b/guide/english/bootstrap/fontawesome-icons/index.md
@@ -18,7 +18,7 @@ You can also use Font Awesome's own CDN.
```
-Additionaly, the Font Awesome CDN can supply the brand and regular logos independently.
+Additionally, the Font Awesome CDN can supply the brand and regular logos independently.
```html
@@ -35,12 +35,14 @@ Simply create `` or `` tag and apply the CSS Prefix `fa` and the icon's
-``
+``
-
+
-#### Font Awesome Icon List:
-Complete list of icons provided by Font Awesome is available [here](http://fontawesome.io/cheatsheet/)
+Icons inherit the `font-size` of their parent container by default, but sizing can be modified by adding `.fa-*` classes, where `*` is one of `xs, sm, md, lg or [1-5]x`.
+
+#### Fontawesome Icon List:
+Complete list of icons provided by fontawesome is available [here](http://fontawesome.io/cheatsheet/)
`.fa fa-align-left` This is Font Awesome align left icon.