Skip to content

Commit f383b70

Browse files
takahsermmalerba
authored andcommitted
docs: fix typo in component customization guide (#8793)
1 parent 0c39219 commit f383b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/customizing-component-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If your component has view encapsulation turned on (default), your component sty
6363
affect the top level children in your template. HTML elements belonging to child components cannot
6464
be targeted by your component styles unless you do one of the following:
6565

66-
- Add the overriding style to you global stylesheet. Scope the selectors so that it only affects
66+
- Add the overriding style to your global stylesheet. Scope the selectors so that it only affects
6767
the specific elements you need it to.
6868
- Turn view encapsulation off on your component. If you do this, be sure to scope your styles
6969
appropriately, or else you may end up incidentally targeting other components elswhere in your

0 commit comments

Comments
 (0)