bcgov / MyGovBC-CAPTCHA-Widget

An angularjs 2-4 component for displaying the CAPTCHA to the user and calling the service for validation
Apache License 2.0
1 stars 2 forks source link

Fixed typo in error code when entering invalid captcha. #1

Closed acoard closed 6 years ago

acoard commented 6 years ago

From, 'plese try again' to 'please try again'. SUPER minor change. I considered just making an Issue, but figured I'd help contribute a little bit :)

I noticed there are two templates here with the offending phrase, a dedicated html file and an inline template in a .ts. file. As far as I can tell, it's the template in the .ts file which is used, but I've updated it in both places just in case. Since my change is so minor, I haven't built+ran tests (if I'd been touching any code, I'd make sure tests are passing).

Let me know if there's anything I need to change about this pull request to make it easier on your end.