docs: update punctuation (#43451)

Update punctuation per review.

PR Close #43451
This commit is contained in:
Joe Martin (Crowdstaffing) 2021-09-14 12:18:15 -07:00 committed by Andrew Kushnir
parent 6fe6ca8812
commit 76683a4e2a

View file

@ -159,9 +159,9 @@ Angular previously supported an integration with the [Web Tracing Framework (WTF
{@a deep-component-style-selector}
### `/deep/`, `>>>` and `:ng-deep` component style selectors
### `/deep/`, `>>>`, and `::ng-deep` component style selectors
The shadow-dom-piercing descendant combinator is deprecated and support is being [removed from major browsers and tools](https://developers.google.com/web/updates/2017/10/remove-shadow-piercing). As such, in v4 we deprecated support in Angular for all 3 of `/deep/`, `>>>` and `::ng-deep`. Until removal, `::ng-deep` is preferred for broader compatibility with the tools.
The shadow-dom-piercing descendant combinator is deprecated and support is being [removed from major browsers and tools](https://developers.google.com/web/updates/2017/10/remove-shadow-piercing). As such, in v4 we deprecated support in Angular for all three of `/deep/`, `>>>`, and `::ng-deep`. Until removal, `::ng-deep` is preferred for broader compatibility with the tools.
For more information, see [/deep/, >>>, and ::ng-deep](guide/component-styles#deprecated-deep--and-ng-deep "Component Styles guide, Deprecated deep and ngdeep")
in the Component Styles guide.