Skip to content

Commit 77de124

Browse files
authored
docs: Fix missing comma in the example theme config (angular#30088)
1 parent 18229a3 commit 77de124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ html {
157157
@include mat.theme((
158158
color: mat.$violet-palette,
159159
typography: (
160-
plain-family: Roboto
160+
plain-family: Roboto,
161161
brand-family: Open Sans,
162162
bold-weight: 900,
163163
medium-weight: 500,

0 commit comments

Comments
 (0)