From 76683a4e2af9babe885fc8699ce3a5e18ab2c3da Mon Sep 17 00:00:00 2001 From: "Joe Martin (Crowdstaffing)" <87730750+josmar-crwdstffng@users.noreply.github.com> Date: Tue, 14 Sep 2021 12:18:15 -0700 Subject: [PATCH] docs: update punctuation (#43451) Update punctuation per review. PR Close #43451 --- aio/content/guide/deprecations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/deprecations.md b/aio/content/guide/deprecations.md index ae86fbf9fb9..881786da02d 100644 --- a/aio/content/guide/deprecations.md +++ b/aio/content/guide/deprecations.md @@ -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.