mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: update grammar (#43451)
Update grammar per review. PR Close #43451
This commit is contained in:
parent
61e9bb5715
commit
85617ee67c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue