From 75aed55284d8d4a78defb897347017e6145199e2 Mon Sep 17 00:00:00 2001 From: joaquinelio Date: Mon, 12 Oct 2020 06:36:48 -0300 Subject: [PATCH] assign "it" --- 2-ui/1-document/05-basic-dom-node-properties/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/05-basic-dom-node-properties/article.md b/2-ui/1-document/05-basic-dom-node-properties/article.md index 76469c18..bd1400cf 100644 --- a/2-ui/1-document/05-basic-dom-node-properties/article.md +++ b/2-ui/1-document/05-basic-dom-node-properties/article.md @@ -413,7 +413,7 @@ In most cases, we expect the text from a user, and want to treat it as text. We The "hidden" attribute and the DOM property specifies whether the element is visible or not. -We can use it in HTML or assign using JavaScript, like this: +We can use it in HTML or assign it using JavaScript, like this: ```html run height="80"
Both divs below are hidden