From cdbdb13f7094edf6daeaee768a0c96eae29243c4 Mon Sep 17 00:00:00 2001 From: reflektoin <66482139+reflektoin@users.noreply.github.com> Date: Tue, 13 Sep 2022 20:23:29 +0300 Subject: [PATCH] Typo in pattern-matching/index.md? Would "node" be accurate instead of "nodes"? --- en/src/pattern-matching/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/src/pattern-matching/index.md b/en/src/pattern-matching/index.md index 3e229f06..7db33b1b 100644 --- a/en/src/pattern-matching/index.md +++ b/en/src/pattern-matching/index.md @@ -21,7 +21,7 @@ so we will start by looking at them. Programs stores HTML pages in memory using a [% i "DOM" "Document Object Model" %][% g dom %]document object model[% /g %][% /i %] or DOM. Each element in the page, such as a heading and or paragraph, -is a [% g node %]nodes[% /g %]; +is a [% g node %]node[% /g %]; the [% g child_tree %]children[% /g %] of a node are the elements it contains ([% f pattern-matching-dom-tree %]).