Skip to content

Commit be342e5

Browse files
authored
Merge pull request #1147 from tonchique/patch-8
Update article.md
2 parents 6745897 + 5331f59 commit be342e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/1-document/02-dom-nodes/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ drawHtmlTree(node3, 'div.domtree', 690, 150);
106106

107107
While generating the DOM, browsers automatically process errors in the document, close tags and so on.
108108

109-
Such an document with unclosed tags:
109+
Such document with unclosed tags:
110110

111111
```html no-beautify
112112
<p>Hello

0 commit comments

Comments
 (0)