diff --git a/src/material/core/typography/_typography.scss b/src/material/core/typography/_typography.scss index d18c8cc4fbb9..892668c26955 100644 --- a/src/material/core/typography/_typography.scss +++ b/src/material/core/typography/_typography.scss @@ -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,