Fix typo in docblock

This commit is contained in:
DavidBlake 2015-06-18 13:27:58 +01:00
parent c174b6fc65
commit 726d879607

View File

@ -19,7 +19,7 @@ use League\OAuth2\Server\Exception;
use League\OAuth2\Server\Util\SecureKey;
/**
* Referesh token grant
* Refresh token grant
*/
class RefreshTokenGrant extends AbstractGrant
{