Skip to content

Commit

Permalink
Fix typo (#33899)
Browse files Browse the repository at this point in the history
  • Loading branch information
in-in authored Jun 3, 2024
1 parent f7893f4 commit d95bc51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d95bc51

Please sign in to comment.