mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(docs-infra): fix gammatical error in two way binding with plain properties section (#59755)
PR Close #59755
This commit is contained in:
parent
e2987a1d4a
commit
3da7e908bb
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ export class MediaControls {
|
|||
}
|
||||
```
|
||||
|
||||
In the example above, the `CustomSlider` can write values into its `value` model input, which then propagates those values back to the `volume` property in `MediaControls`. This binding keeps that values of `value` and `volume` in sync.
|
||||
In the example above, the `CustomSlider` can write values into its `value` model input, which then propagates those values back to the `volume` property in `MediaControls`. This binding keeps the values of `value` and `volume` in sync.
|
||||
|
||||
### Implicit `change` events
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue