Skip to content

Commit 2fc61f4

Browse files
authored
docs(material/core): fix wrong mixin name (#25067)
* fix(docs/typography-guide): Defining a level * Merge pull request #1 from atrawally/typography-docs-bug fix(docs/typography-guide): Defining a level
1 parent 5c6e4bd commit 2fc61f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/typography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ table below.
6161

6262
### Define a level
6363

64-
You can define a typography level with the `define-typography-config` Sass function. This function
64+
You can define a typography level with the `define-typography-level` Sass function. This function
6565
accepts, in order, CSS values for `font-size`, `line-height`, `font-weight`, `font-family`, and
6666
`letter-spacing`. You can also specify the parameters by name, as demonstrated in the example below.
6767

0 commit comments

Comments
 (0)