Merge pull request #3156 from ani2796/patch-1

This commit is contained in:
Ilya Kantor 2022-08-27 18:14:23 +03:00 committed by GitHub
commit a6a8045776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ In the example below `id` is modified as an attribute, and we can see the proper
</script>
```
But there are exclusions, for instance `input.value` synchronizes only from attribute -> to property, but not back:
But there are exclusions, for instance `input.value` synchronizes only from attribute -> property, but not back:
```html run
<input>