1
0
Fork 0
mirror of synced 2024-09-28 23:41:23 +12:00

Fixed typo in docs/tutorials/add-oauth-provider.md

Signed-off-by: Akshit Sarin <akshitsarin99@gmail.com>

• 'corrrectly' to 'correctly'
This commit is contained in:
Akshit Sarin 2019-10-13 15:51:00 +05:30 committed by GitHub
parent 53a541d1a8
commit d294c7855f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ Create a new class that extends the basic OAuth provider abstract class in this
Note that the class name should start with a capital letter as PHP FIG standards suggest.
Once a new class is created, you can start to implement your new provider's login flow. The best way to do this corrrectly is to have a look at another provider's implementation and try to follow the same standards.
Once a new class is created, you can start to implement your new provider's login flow. The best way to do this correctly is to have a look at another provider's implementation and try to follow the same standards.
Please mention in your documentation what resources or API docs you used to implement the provider's OAuth protocol.