From 7c6154e52e24b64ab6a163f7327857300dbf977c Mon Sep 17 00:00:00 2001 From: Dilyorbek <62857168+drdilyor@users.noreply.github.com> Date: Sat, 19 Jun 2021 12:12:01 +0500 Subject: [PATCH] Fix typo in word typpography --- src/material/core/typography/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/core/typography/_typography.scss b/src/material/core/typography/_typography.scss index 541b2903f859..59ffa08805d2 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,