Skip to content

Commit 03485cd

Browse files
authored
docs(material/theming): fix seprate typo (#24023)
1 parent 0a9ffb7 commit 03485cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/theming.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ $dark-theme: mat.define-dark-theme((
308308

309309
#### Multiple themes across separate files
310310

311-
You can define multiple themes in seprate files by creating multiple theme files per
311+
You can define multiple themes in separate files by creating multiple theme files per
312312
[Defining a theme](#defining-a-theme), adding each of the files to the `styles` of your
313313
`angular.json`. However, you must additionally set the `inject` option for each of these files to
314314
`false` in order to prevent all the theme files from being loaded at the same time. When setting

0 commit comments

Comments
 (0)