From 59875805c12504124f5c224c43bab19cbee77b95 Mon Sep 17 00:00:00 2001 From: Saurabh Kamble Date: Tue, 27 Apr 2021 16:19:43 +0530 Subject: [PATCH] Update theming.md --- guides/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/theming.md b/guides/theming.md index 8952626940fb..91e63d3e18bc 100644 --- a/guides/theming.md +++ b/guides/theming.md @@ -318,7 +318,7 @@ file. The approach for this loading depends on your application. ### Scoping style customizations You can use Angular Material's Sass mixins to customize component styles within a specific scope -in your application. The CSS rule declaration which you include a Sass mixin determines its scope. +in your application. The CSS rule declaration in which you include a Sass mixin determines its scope. The example below shows how to customize the color of all buttons inside elements marked with the `.my-special-section` CSS class.