diff --git a/files/en-us/web/xml/parsing_and_serializing_xml/index.md b/files/en-us/web/xml/parsing_and_serializing_xml/index.md index ed8cc9dcdf9887e..c8c5734dddfaacb 100644 --- a/files/en-us/web/xml/parsing_and_serializing_xml/index.md +++ b/files/en-us/web/xml/parsing_and_serializing_xml/index.md @@ -42,7 +42,7 @@ if (errorNode) { ### Parsing URL-addressable resources into DOM trees -#### Using XMLHttpRequest +#### Using fetch Here is sample code that reads and parses a URL-addressable XML file into a DOM tree: