leizongmin / js-xss

Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist
http://jsxss.com
Other
5.19k stars 630 forks source link

docs: Fix simple typo, doube -> double #204

Closed timgates42 closed 3 years ago

timgates42 commented 4 years ago

There is a small typo in dist/xss.js, lib/default.js.

Should read double rather than doube.

leizongmin commented 3 years ago

Thanks.