Skip to content

Commit b10045c

Browse files
ENGCOM-1458: Fixed typos in .less files #15023
2 parents de5a599 + 9c59368 commit b10045c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ button {
397397

398398
// # Button with an icon on the left or right side of the text
399399
//
400-
// <code>@_button-icon-font-position</code> variable is used to set up the icon postiton
400+
// <code>@_button-icon-font-position</code> variable is used to set up the icon position
401401
//
402402
// Use <code>before</code> to set up button icon position on the left:
403403
// ```css
@@ -818,7 +818,7 @@ button {
818818

819819
// # Link as a button
820820
//
821-
// The <code>.lib-link-as-button()</code> mixin is used to reset link styles (text-decoration and display inline). Then to make it look like a button, you need to add the <code>.lib-button()</code> mixin with appropriate paremeters.
821+
// The <code>.lib-link-as-button()</code> mixin is used to reset link styles (text-decoration and display inline). Then to make it look like a button, you need to add the <code>.lib-button()</code> mixin with appropriate parameters.
822822
//
823823
// ```html
824824
// <a href="#" class="example-button-9"><span>Button</span></a>

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
//

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * See COPYING.txt for license details.
44
// */
55

6-
// # Typogrphy
6+
// # Typography
77
//
88
// Magento UI library provides mixins for typography styling. To configure typography, global variables from **_variables.less** file are used.
99
//
@@ -978,7 +978,7 @@
978978

979979
// # Text hide
980980
//
981-
// The <code>.lib-text-hide()</code> mixin hides a text of the element the mixin is applyed to.
981+
// The <code>.lib-text-hide()</code> mixin hides a text of the element the mixin is applied to.
982982
//
983983
// ```html
984984
// <p class="example-text-hide">

0 commit comments

Comments
 (0)