diff --git a/src/GaryJones/OAuth/Token.php b/src/GaryJones/OAuth/Token.php index 3ddff68..4491c6c 100644 --- a/src/GaryJones/OAuth/Token.php +++ b/src/GaryJones/OAuth/Token.php @@ -14,7 +14,7 @@ namespace GaryJones\OAuth; /** * Token holds the properties of a single token. * - * This class deals with both temporary (request) and token (access) credntials. + * This class deals with both temporary (request) and token (access) credentials. * * @package OAuth * @author Gary Jones