From 85617ee67cc6596b17112cdc7a29dae61376de2c Mon Sep 17 00:00:00 2001 From: "Joe Martin (Crowdstaffing)" <87730750+josmar-crwdstffng@users.noreply.github.com> Date: Tue, 14 Sep 2021 12:23:17 -0700 Subject: [PATCH] docs: update grammar (#43451) Update grammar per review. PR Close #43451 --- aio/content/guide/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/deprecations.md b/aio/content/guide/deprecations.md index 645c4795f07..852e2891176 100644 --- a/aio/content/guide/deprecations.md +++ b/aio/content/guide/deprecations.md @@ -191,7 +191,7 @@ Now deprecated: this.value = 'some value'; ``` -This has been deprecated for several reasons. First, developers have found this pattern +This support was deprecated for several reasons. First, developers found this pattern confusing. It seems like the actual `ngModel` directive is being used, but in fact it's an input/output property named `ngModel` on the reactive form directive that approximates some, but not all, of the directive's behavior.