Skip to content

Commit c68b1af

Browse files
Fixed typo in _buttons.less
1 parent a53347e commit c68b1af

File tree

1 file changed

+2
-2
lines changed

1 file changed

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

0 commit comments

Comments
 (0)