Skip to content

Commit

Permalink
Fixed typo in 2.XMLparseOptions.md (NaturalIntelligence#561)
Browse files Browse the repository at this point in the history
small typo
  • Loading branch information
rachellanman authored Apr 12, 2023
1 parent aa5d731 commit 97713ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v4/2.XMLparseOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ Output

## updateTag

This property allow you to change tag name when you send different name, skip a tag from teh parsing result when you return false, or to change attributes.
This property allow you to change tag name when you send different name, skip a tag from the parsing result when you return false, or to change attributes.
```js
const xmlDataStr = `
<rootNode>
Expand Down

0 comments on commit 97713ad

Please sign in to comment.