From d294c7855f60e1d7d6c01bbfe88b00d844bbde51 Mon Sep 17 00:00:00 2001 From: Akshit Sarin Date: Sun, 13 Oct 2019 15:51:00 +0530 Subject: [PATCH] Fixed typo in docs/tutorials/add-oauth-provider.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Akshit Sarin • 'corrrectly' to 'correctly' --- docs/tutorials/add-oauth-provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/add-oauth-provider.md b/docs/tutorials/add-oauth-provider.md index bbb20e138f..7e1652d861 100644 --- a/docs/tutorials/add-oauth-provider.md +++ b/docs/tutorials/add-oauth-provider.md @@ -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.