Skip to content

Commit 6cdfff5

Browse files
committed
fix duplicated word
1 parent c82e636 commit 6cdfff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17_http.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ the ((DOM)) discussed in link:13_dom.html#dom[Chapter 13], except that
386386
it doesn't have HTML-specific functionality like the `style` property.
387387
The object that `responseXML` holds corresponds to the `document`
388388
object. Its `documentElement` property refers to the outer tag of the
389-
XML document. In the following document (_example/fruit.xml_), that would
389+
XML document. In the following document (_example/fruit.xml_), that
390390
would be the `<fruits>` tag:
391391

392392
[source,application/xml]

0 commit comments

Comments
 (0)