Skip to content

Commit 32bd463

Browse files
Fixed typo in _layout.less
1 parent f48135b commit 32bd463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/web/css/docs/source/_layout.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ footer.footer {
9191
// <th>@gutter-width</th>
9292
// <td class="vars_value">0</td>
9393
// <td class="vars_value">'' | false | value</td>
94-
// <td>Distanse between columns</td>
94+
// <td>Distance between columns</td>
9595
// </tr>
9696
// <tr>
9797
// <th colspan="4" class="vars_section">Variables for layout columns</th>
@@ -361,7 +361,7 @@ footer.footer {
361361

362362
// # Layout width
363363
//
364-
// The <code>.lib-layout-width()</code> mixin is used to set default page width of the element the mixin is applyed to. It can be used to set width for the whole page wrapper or for the page elements individualy like header, footer, and so on.
364+
// The <code>.lib-layout-width()</code> mixin is used to set default page width of the element the mixin is applied to. It can be used to set width for the whole page wrapper or for the page elements individualy like header, footer, and so on.
365365

366366
// # Layout width variables
367367
//

0 commit comments

Comments
 (0)