HTML Inspector is a code quality tool to help you and your team write better markup. It's written in JavaScript and runs in the browser, so testing your HTML has never been easier.
2.32k
stars
145
forks
source link
Replace `exclude` with `excludeElements` in FAQs. #54
This fixes a documentation bug where the reader is instructed to use the exclude option to exclude checking the <html /> element if he/she is unwilling to change their build of modernizr.
This fixes a documentation bug where the reader is instructed to use the
exclude
option to exclude checking the<html />
element if he/she is unwilling to change their build of modernizr.The correct option is
excludeElements
.Thanks for the great tool btw :tophat: