Skip to content

Commit a6a8045

Browse files
authored
Merge pull request #3156 from ani2796/patch-1
2 parents f5685ee + 219d101 commit a6a8045

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/06-dom-attributes-and-properties

1 file changed

+1
-1
lines changed

2-ui/1-document/06-dom-attributes-and-properties/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ In the example below `id` is modified as an attribute, and we can see the proper
162162
</script>
163163
```
164164

165-
But there are exclusions, for instance `input.value` synchronizes only from attribute -> to property, but not back:
165+
But there are exclusions, for instance `input.value` synchronizes only from attribute -> property, but not back:
166166

167167
```html run
168168
<input>

0 commit comments

Comments
 (0)