Skip to content

Commit

Permalink
Merge pull request #112 from mthadley/patch-1
Browse files Browse the repository at this point in the history
Fix typo in `using-with-external-libraries.md`
  • Loading branch information
oozcitak committed Apr 2, 2022
2 parents 80f174b + 4286fad commit dd2623a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/using-with-external-libraries.md
Expand Up @@ -59,6 +59,6 @@ const result = xml.validate(xsd); // true
```

{% capture ts_tip %}
`XMLBuilder2` uses its own TypeScript interfaces for DOM nodes; which typically will not be compatible withe the interfaces exported by other libraries. TypeScript users should cast those interfaces accordingly to prevent TS 2345 errors.
`XMLBuilder2` uses its own TypeScript interfaces for DOM nodes; which typically will not be compatible with the interfaces exported by other libraries. TypeScript users should cast those interfaces accordingly to prevent TS 2345 errors.
{% endcapture %}
{% include warning.html content=ts_tip %}
{% include warning.html content=ts_tip %}

0 comments on commit dd2623a

Please sign in to comment.