This commit is contained in:
Cory LaViska
2017-08-28 05:06:28 -04:00
parent 909a09f860
commit 00acd43d73
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@
</div>
</div>
<p>To set the width of column, use the <code>col-*</code> modifier with a value of 112. Widths are calculated based on a total of 12 possible columns. Additional columns will wrap to a new line.</p>
<p>To set the width of a column, use the <code>col-*</code> modifier with a value of 112. Widths are calculated based on a total of 12 possible columns. Additional columns will wrap to a new line.</p>
<pre><code class="lang-html">&lt;div class=&quot;row&quot;&gt;
&lt;div class=&quot;col-2&quot;&gt;col-2&lt;/div&gt;
&lt;div class=&quot;col-4&quot;&gt;col-4&lt;/div&gt;

View File

@@ -68,7 +68,7 @@ Columns are equal width by default. The grid will automatically determine the ap
</div>
</div>
To set the width of column, use the `col-*` modifier with a value of 112. Widths are calculated based on a total of 12 possible columns. Additional columns will wrap to a new line.
To set the width of a column, use the `col-*` modifier with a value of 112. Widths are calculated based on a total of 12 possible columns. Additional columns will wrap to a new line.
```html
<div class="row">