Skip to content

Commit 0ac7894

Browse files
committed
minor fixes
1 parent 0eef950 commit 0ac7894

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ let node5 = {"name":"TABLE","nodeType":1,"children":[{"name":"TBODY","nodeType":
160160
drawHtmlTree(node5, 'div.domtree', 600, 200);
161161
</script>
162162

163-
You see? The `<tbody>` appeared out of nowhere. You should keep this in mind while working with tables to avoid surprises.
163+
You see? The `<tbody>` appeared out of nowhere. We should keep this in mind while working with tables to avoid surprises.
164164
````
165165
166166
## Other node types

0 commit comments

Comments
 (0)