wseagar / eight-dollars

A browser extension that shows twitter blue vs real verified users
MIT License
1.19k stars 69 forks source link

Fix script.js function name and reference spelling error #93

Closed jkirrane closed 1 year ago

jkirrane commented 1 year ago

The function getPreviusSiblingsOuterHTML(node) in script.js is spelled incorrectly. This pull request fixes this spelling error in two places: where the function is defined and the one location where it is used.