From 42c8daea75b19424e026c78262e0fac1a95d715a Mon Sep 17 00:00:00 2001
From: Chris Rebert <github@rebertia.com>
Date: Thu, 1 May 2014 11:45:48 -0700
Subject: [PATCH] Not Less' fault per se

---
 docs/_includes/components/glyphicons.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_includes/components/glyphicons.html b/docs/_includes/components/glyphicons.html
index f93d0ec6a2..301a542b67 100644
--- a/docs/_includes/components/glyphicons.html
+++ b/docs/_includes/components/glyphicons.html
@@ -32,7 +32,7 @@
   </div>
   <div class="bs-callout bs-callout-info">
     <h4><code>@import</code>ing Bootstrap via Less may require adjusting the icon font location</h4>
-    <p>If you <code>@import</code> Bootstrap's Less source into your own Less file, you may need to adjust the <code>@icon-font-path</code> Less variable due to the way that relative paths in <code>url(...)</code>s work in Less.</p>
+    <p>If you <code>@import</code> Bootstrap's Less source into your own Less file, you may need to adjust the <code>@icon-font-path</code> Less variable due to the way that the relative paths in our <code>url(...)</code>s work.</p>
   </div>
 {% highlight html %}
 <span class="glyphicon glyphicon-search"></span>
-- 
GitLab