micromatch / nanomatch

Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs), posix brackets or braces, and with complete Bash 4.3 wildcard support: ("*", "**", and "?").
https://github.com/micromatch
MIT License
96 stars 20 forks source link

fix docs menu section titles #12

Closed sebdeckers closed 6 years ago

sebdeckers commented 6 years ago

Just a few typos.

jonschlinkert commented 6 years ago

thank you!