react-oauth2-pkce
react-oauth2-pkce copied to clipboard
feat: fix functions names & related terminology to be imperative
What does this pull request change?
This commit changes the login function to be logIn. It also updates any related terminology in the docs or otherwise to match.
Why is this pull request needed?
Function names should conventionally be in the imperative form, but the login() function didn't conform to this convention.
Issues related to this change
#115
Thanks for the PR, I have nothing to add beyond Sebastians review. Let's fixed that, and it's ready for merge :slightly_smiling_face:
@getsnoopy Are you able to make the requested changes?
Yeah; just been busy with work and life. I can get to this next week.
Apologies for the delay. I've updated the code now.