From ac4cb2b87a5b651c278352610d5e19e5367f0f32 Mon Sep 17 00:00:00 2001 From: crisbeto Date: Tue, 21 Feb 2017 23:11:06 +0100 Subject: [PATCH] chore: comma --- guides/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/theming.md b/guides/theming.md index dda1b2272954..7e3c86e48543 100644 --- a/guides/theming.md +++ b/guides/theming.md @@ -46,7 +46,7 @@ ensures that the proper theme background is applied to your page. #### Theming overlay-based components Since certain components (e.g. `dialog`) are inside of a global overlay container, your theme may -not be applied to them. In order to define the theme, that will be used for overlay components, you +not be applied to them. In order to define the theme that will be used for overlay components, you have to specify it on the global `OverlayContainer` instance: ```ts