1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02:00

Small spelling correction.

This commit is contained in:
Greg Roodt
2012-01-07 17:30:47 +00:00
parent 1f0d8b22a4
commit 62e504715a

View File

@@ -354,7 +354,7 @@
<tr> <tr>
<td><code>@siteWidth</code></td> <td><code>@siteWidth</code></td>
<td><em>Computed sum of all columns and gutters</em></td> <td><em>Computed sum of all columns and gutters</em></td>
<td>We use some basic match to count the number of columns and gutters and set the width of the <code>.fixed-container()</code> mixin.</td> <td>We use some basic math to count the number of columns and gutters and set the width of the <code>.fixed-container()</code> mixin.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>