docs(docs-infra): fix gammatical error in two way binding with plain properties section (#59755)

PR Close #59755
This commit is contained in:
Tyler Luckewicz 2025-01-28 09:32:18 -05:00 committed by Pawel Kozlowski
parent e2987a1d4a
commit 3da7e908bb

View file

@ -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