Skip to content

Commit 4f964f6

Browse files
authored
ENGCOM-5410: Resolve Typo #22624
2 parents 66bb273 + 03fabb6 commit 4f964f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/web/css/docs/source/_actions-toolbar.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
// <td>@actions-toolbar__padding</td>
8080
// <td class="vars_value">false</td>
8181
// <td class="vars_value">'' | false | value</td>
82-
// <td>Paddings of the Actions toolbar</td>
82+
// <td>Padding of the Actions toolbar</td>
8383
// </tr>
8484
// <tr>
8585
// <th>@_actions-toolbar-actions-margin</th>
@@ -298,7 +298,7 @@
298298
//
299299
// <code>@_actions-toolbar-margin</code> variable controls margins of the actions toolbar wrapper.
300300
//
301-
// <code>@_actions-toolbar-padding</code> variable controls paddings of the actions toolbar wrapper.
301+
// <code>@_actions-toolbar-padding</code> variable controls padding of the actions toolbar wrapper.
302302
//
303303
// ``` html
304304
// <div class="example-actions-toolbar-9">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 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.
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 individually like header, footer, and so on.
365365

366366
// # Layout width variables
367367
//

0 commit comments

Comments
 (0)