diff options
| author | Mark Otto <[email protected]> | 2012-02-02 09:33:18 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-02 09:33:18 -0800 |
| commit | cf488c2800293f4f243f59658b691741f4b78175 (patch) | |
| tree | c65bde6d8e9c1d2b6004fdce241ccdcba1153a9d /docs/less.html | |
| parent | dfdc63e87293efec9196897079ce3826a1a57275 (diff) | |
| download | bootstrap-cf488c2800293f4f243f59658b691741f4b78175.tar.xz bootstrap-cf488c2800293f4f243f59658b691741f4b78175.zip | |
fix incorrect uses of it's in the docs
Diffstat (limited to 'docs/less.html')
| -rw-r--r-- | docs/less.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/less.html b/docs/less.html index bb033cfa3..181ae9b26 100644 --- a/docs/less.html +++ b/docs/less.html @@ -100,7 +100,7 @@ <div class="row"> <div class="span4"> <h3>Why LESS?</h3> - <p>Bootstrap is made with LESS at it's core, a dynamic stylesheet language created by our good friend, <a href="http://cloudhead.io">Alexis Sellier</a>. It makes developing systems-based CSS faster, easier, and more fun.</p> + <p>Bootstrap is made with LESS at its core, a dynamic stylesheet language created by our good friend, <a href="http://cloudhead.io">Alexis Sellier</a>. It makes developing systems-based CSS faster, easier, and more fun.</p> </div> <div class="span4"> <h3>What's included?</h3> @@ -604,7 +604,7 @@ <tr> <td><code>.scale()</code></td> <td><code>@ratio</code></td> - <td>Scale an element to <em>n</em> times it's original size</td> + <td>Scale an element to <em>n</em> times its original size</td> </tr> <tr> <td><code>.translate()</code></td> |
