From 342108e0ecc467702c0aa0f8741a38ff781af698 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Fri, 6 Apr 2018 17:55:01 +0100 Subject: [PATCH] Fixing a mistake with a double word --- repository-interface-scope.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository-interface-scope.md b/repository-interface-scope.md index 049fd8e6..8da39671 100644 --- a/repository-interface-scope.md +++ b/repository-interface-scope.md @@ -10,7 +10,7 @@ permalink: /scope-repository-interface/ This method is called to validate a scope. -If the scope is valid validated you should return an instance of `\League\OAuth2\Server\Entities\Interfaces\ScopeEntityInterface` +If the scope is valid you should return an instance of `\League\OAuth2\Server\Entities\Interfaces\ScopeEntityInterface` ## finalizeScopes() : ScopeEntityInterface[] @@ -20,4 +20,4 @@ Given a client, grant type and optional user identifier validate the set of scop This method is useful for integrating with your own app's permissions system. -You must return an array of `ScopeEntityInterface` instances; either the original scopes or an updated set. \ No newline at end of file +You must return an array of `ScopeEntityInterface` instances; either the original scopes or an updated set.