Skip to content

Commit fd2995e

Browse files
authored
Fixed typo in _typography.less
1 parent 5e03166 commit fd2995e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)