From 6f38288e07e3ed4f91d8f1ae7bf2f0dd99292c78 Mon Sep 17 00:00:00 2001 From: batnyu Date: Sun, 28 Nov 2021 01:04:31 +0100 Subject: [PATCH] docs(theming): fix seprate typo --- guides/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/theming.md b/guides/theming.md index ade9efc06769..3e89a284fbb9 100644 --- a/guides/theming.md +++ b/guides/theming.md @@ -308,7 +308,7 @@ $dark-theme: mat.define-dark-theme(( #### Multiple themes across separate files -You can define multiple themes in seprate files by creating multiple theme files per +You can define multiple themes in separate files by creating multiple theme files per [Defining a theme](#defining-a-theme), adding each of the files to the `styles` of your `angular.json`. However, you must additionally set the `inject` option for each of these files to `false` in order to prevent all the theme files from being loaded at the same time. When setting