From 7663fe6a9b2c0fdc0810aa77b17d933ff65fab1f Mon Sep 17 00:00:00 2001 From: Akash Negi <55234838+NegiAkash890@users.noreply.github.com> Date: Fri, 12 Mar 2021 21:06:21 +0530 Subject: [PATCH] Updated - web/api/node/index.html This fixes typo in the document . --- files/en-us/web/api/node/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/en-us/web/api/node/index.html b/files/en-us/web/api/node/index.html index 85546f2118f28b5..86f806a56b3f57d 100644 --- a/files/en-us/web/api/node/index.html +++ b/files/en-us/web/api/node/index.html @@ -25,8 +25,8 @@

In addition, every kind of DOM node is represented by an interface based on Node. These include {{DOMxRef("Attr")}}, {{DOMxRef("CharacterData")}} - (which {{DOMxRef("Text")}}, {{DOMxRef("Comment")}}, and {{DOMxRef("CDATASection")}} are - all based on), {{DOMxRef("ProcessingInstruction")}}, {{DOMxRef("DocumentType")}}, + (which {{DOMxRef("Text")}}, {{DOMxRef("Comment")}}, {{DOMxRef("CDATASection")}} and + {{DOMxRef("ProcessingInstruction")}} are all based on), {{DOMxRef("DocumentType")}}, {{DOMxRef("Notation")}}, {{DOMxRef("Entity")}}, and {{DOMxRef("EntityReference")}}.

In some cases, a particular feature of the base Node interface may not