NaturalIntelligence / fast-xml-parser

Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback.
https://naturalintelligence.github.io/fast-xml-parser/
MIT License
2.54k stars 306 forks source link

Fix entites to entities on XMLValidator doc page #496

Closed karlbecker closed 2 years ago

karlbecker commented 2 years ago

Purpose / Goal

Fixes a typo of "entites" to "entities"

A separate typo fix from #495

Type