We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c39219 commit f383b70Copy full SHA for f383b70
guides/customizing-component-styles.md
@@ -63,7 +63,7 @@ If your component has view encapsulation turned on (default), your component sty
63
affect the top level children in your template. HTML elements belonging to child components cannot
64
be targeted by your component styles unless you do one of the following:
65
66
-- Add the overriding style to you global stylesheet. Scope the selectors so that it only affects
+- Add the overriding style to your global stylesheet. Scope the selectors so that it only affects
67
the specific elements you need it to.
68
- Turn view encapsulation off on your component. If you do this, be sure to scope your styles
69
appropriately, or else you may end up incidentally targeting other components elswhere in your
0 commit comments