Fix typo
This commit is contained in:
parent
1edb0a3833
commit
219d1013ca
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ In the example below `id` is modified as an attribute, and we can see the proper
|
||||||
</script>
|
</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
|
```html run
|
||||||
<input>
|
<input>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue