Skip to content

Commit

Permalink
docs: Fix typo in word typpography (#23023)
Browse files Browse the repository at this point in the history
(cherry picked from commit b550b7c)
  • Loading branch information
drdilyor authored and andrewseguin committed Mar 29, 2022
1 parent e5c025d commit 28b3714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/core/typography/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/// @param {String | Number} $font-weight The font-weight for this level.
/// @param {String} $font-family The font-family for this level.
/// @param {String} $letter-spacing The letter-spacing for this level.
/// @returns {Map} A map representing the definition of this typpographic level.
/// @returns {Map} A map representing the definition of this typographic level.
@function define-typography-level(
$font-size,
$line-height: $font-size,
Expand Down

0 comments on commit 28b3714

Please sign in to comment.