Closed tenorz007 closed 6 years ago
Fix #58
The wordnik API is case-sensitive, so sending a request with an uppercase word would always fail.
Fix is to ensure regardless of user-input, the phrase is converted to lowercase before request is then sent to the API
@tasdikrahman Hey, do look into this, it fixes an issue!
Hey @tenorz007, sorry for the delay. Looks good, merging it! Thanks for contributing :)
Fix #58
The wordnik API is case-sensitive, so sending a request with an uppercase word would always fail.
Fix is to ensure regardless of user-input, the phrase is converted to lowercase before request is then sent to the API