masroorejaz / react-simple-captcha

A very simple and powerful captcha for ReactJS
40 stars 19 forks source link

Fix misspelled loadCaptchaEnginge #13

Closed w3bdesign closed 2 years ago

w3bdesign commented 2 years ago

loadCaptchaEnginge is misspelled and should be loadCaptchaEngine

masroorejaz commented 2 years ago

That's definitely a spelling mistake that no one points out. Thing is if I update it now and anyone uploaded already running project to than newer version the captcha will stop working. Have to take care of backward compatibility as well. Thank you for the suggestion but can't make the change it's too late because of the reason I have mentioned.