Skip to content

Commit 5d71f55

Browse files
authored
Resolved Typo error
At both places the spelling of padding was paddings updated line no. 301 and 82
1 parent 3bfe007 commit 5d71f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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">

0 commit comments

Comments
 (0)