From c6759c18ce06ff3607c11e8c4c3205c8c2548868 Mon Sep 17 00:00:00 2001 From: lrills Date: Wed, 26 Oct 2016 16:29:29 +0800 Subject: [PATCH] Fix typo. --- repository-interface-auth-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository-interface-auth-code.md b/repository-interface-auth-code.md index 2a7ac135..cf702092 100644 --- a/repository-interface-auth-code.md +++ b/repository-interface-auth-code.md @@ -16,7 +16,7 @@ This method should return an implementation of `\League\OAuth2\Server\Entities\A ## persistNewAuthCode() : void -When a new auht code is created this method will be called. You don't have to do anything here but for auditing you probably want to. +When a new auth code is created this method will be called. You don't have to do anything here but for auditing you probably want to. The auth code entity passed in has a number of methods you can call which contain data worth saving to a database: