mubaris / curiosity

Find Amazing Github :octocat: Projects :zap:
https://mubaris.github.io/curiosity/
244 stars 65 forks source link

Removed redundant 'Error' from invalid error #84

Open HunterSandlin opened 4 years ago

HunterSandlin commented 4 years ago

Error() adds "Error: " so you don't need it in the string as well. In the app the error reads "Error: Error: invalid token." Also capitalized invalid to keep consistent with other error messages.