Skip to content

Commit dcc92f2

Browse files
authored
Update XmlDocument.xml (#4722)
fix typo DocumenType -> DocumentType
1 parent a5ad126 commit dcc92f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Xml/XmlDocument.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2610,7 +2610,7 @@ elem=doc.CreateElement("xy", "item", "urn:abc");
26102610
|XmlDeclaration|Copies the target and data value from the imported node.|Copies the target and data value from the imported node.|
26112611
|All other node types.|These node types cannot be imported.|These node types cannot be imported.|
26122612
2613-
*Although DocumentType nodes can be imported, a document can only have one DocumentType. If the document currently has a DocumenType node, it must be removed before adding a new one.
2613+
*Although DocumentType nodes can be imported, a document can only have one DocumentType. If the document currently has a DocumentType node, it must be removed before adding a new one.
26142614
26152615
26162616

0 commit comments

Comments
 (0)