From d95bc516ac619d2cdaa9b2c3c0040bcc1681e76f Mon Sep 17 00:00:00 2001 From: in-in Date: Tue, 4 Jun 2024 00:27:01 +0300 Subject: [PATCH] Fix typo (#33899) --- files/en-us/web/api/namednodemap/removenameditemns/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/namednodemap/removenameditemns/index.md b/files/en-us/web/api/namednodemap/removenameditemns/index.md index 37bad4bda192c94..6333f8f51039476 100644 --- a/files/en-us/web/api/namednodemap/removenameditemns/index.md +++ b/files/en-us/web/api/namednodemap/removenameditemns/index.md @@ -8,7 +8,7 @@ browser-compat: api.NamedNodeMap.removeNamedItemNS {{APIRef("DOM")}} -The **`removedNamedItemNS()`** method of the {{domxref("NamedNodeMap")}} interface +The **`removeNamedItemNS()`** method of the {{domxref("NamedNodeMap")}} interface removes the {{domxref("Attr")}} corresponding to the given namespace and local name from the map. ## Syntax