ezekielaquino / Marquee3000

Marquees for the new millenium
https://ezekielaquino.com/2019/marquee
MIT License
440 stars 81 forks source link

spelling #22

Closed mikecook closed 4 years ago

mikecook commented 5 years ago

used misspell tool from https://github.com/client9/misspell to find and fix automatically all spelling errors

mikecook commented 5 years ago

tool output:

Marquee3000$ misspell -w .
bower.json:3:64: corrected "millenium" to "millennium"
marquee3k-noUMD.js:4:24: corrected "millenium" to "millennium"
marquee3k.js:4:24: corrected "millenium" to "millennium"
README.md:3:21: corrected "millenium" to "millennium"

Also, your github project description has the same misspelling, but I can't fix it with a PR.

ezekielaquino commented 4 years ago

That's awesome :D thanks for spell checking!