microcosm-cc / bluemonday

bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS
https://github.com/microcosm-cc/bluemonday
BSD 3-Clause "New" or "Revised" License
3.14k stars 176 forks source link

Fix two very small typos #62

Closed arp242 closed 6 years ago

arp242 commented 6 years ago

Just something I noticed when reading the README :-) If you can't replace "it's" with "it is", then you should use "its".

dmitshur commented 6 years ago

If you'd like to expand the scope of your PR, you could also fix two similar typos in the package documentation:

https://github.com/microcosm-cc/bluemonday/blob/542fd4642604d0d0c26112396ce5b1a9d01eee0b/doc.go#L87

https://github.com/microcosm-cc/bluemonday/blob/542fd4642604d0d0c26112396ce5b1a9d01eee0b/policy.go#L387

arp242 commented 6 years ago

Sure, just pushed an update. Still happened to have it open here.