From 430a752315a7838cb80d57e0840d6fcc8dd17097 Mon Sep 17 00:00:00 2001 From: "Jake A. Smith" Date: Thu, 16 Apr 2015 10:41:37 -0500 Subject: [PATCH] Just a typo fix --- src/AuthorizationServer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AuthorizationServer.php b/src/AuthorizationServer.php index 2d9e12f0..d75213e9 100644 --- a/src/AuthorizationServer.php +++ b/src/AuthorizationServer.php @@ -20,7 +20,7 @@ use League\OAuth2\Server\TokenType\Bearer; class AuthorizationServer extends AbstractServer { /** - * The delimeter between scopes specified in the scope query string parameter + * The delimiter between scopes specified in the scope query string parameter * The OAuth 2 specification states it should be a space but most use a comma * * @var string