From 219d1013ca0e94cad66d8018cfea1cfcf4be6801 Mon Sep 17 00:00:00 2001 From: ani2796 Date: Sun, 21 Aug 2022 15:42:18 -0400 Subject: [PATCH] Fix typo --- 2-ui/1-document/06-dom-attributes-and-properties/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/06-dom-attributes-and-properties/article.md b/2-ui/1-document/06-dom-attributes-and-properties/article.md index e39a5425..b02f626d 100644 --- a/2-ui/1-document/06-dom-attributes-and-properties/article.md +++ b/2-ui/1-document/06-dom-attributes-and-properties/article.md @@ -162,7 +162,7 @@ In the example below `id` is modified as an attribute, and we can see the proper ``` -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