diff --git a/less/list.less b/less/list.less
index 9c8d7df55..b68afc9d5 100644
--- a/less/list.less
+++ b/less/list.less
@@ -1,4 +1,4 @@
-// Icon UL & LI
+// List Icons
// -------------------------
.@{fa-css-prefix}-ul {
diff --git a/src/_includes/examples/list.html b/src/_includes/examples/list.html
index 89670c518..59395895d 100644
--- a/src/_includes/examples/list.html
+++ b/src/_includes/examples/list.html
@@ -3,24 +3,20 @@
- - List bullets (like these)
- - Buttons
- - Button groups
- - Navigation
- - Prepended form inputs
- - …and many more with custom CSS
+ - List icons (like these)
+ - can be used
+ - to replace
+ - default bullets in lists
Use fa-ul
and fa-li
to easily replace individual list bullets.
{% highlight html %}
- - Bulleted lists (like this one)
- - Buttons
- - Button groups
- - Navigation
- - Prepended form inputs
- - …and many more with custom CSS
+ - List icons (like these)
+ - can be used
+ - to replace
+ - default bullets in lists
{% endhighlight %}
diff --git a/src/assets/font-awesome/less/list.less b/src/assets/font-awesome/less/list.less
index 0941c1556..badf15499 100644
--- a/src/assets/font-awesome/less/list.less
+++ b/src/assets/font-awesome/less/list.less
@@ -1,7 +1,7 @@
---
---
-// Icon UL & LI
+// List Icons
// -------------------------
.@{fa-css-prefix}-ul {