From a84d93a970f6af4b1c81c69e492ddfd025811ec3 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 25 Feb 2020 19:33:07 +0000 Subject: [PATCH] Fix typo in method documentation --- src/Provider/Phabricator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Provider/Phabricator.php b/src/Provider/Phabricator.php index 65f4ef3..2121f3f 100644 --- a/src/Provider/Phabricator.php +++ b/src/Provider/Phabricator.php @@ -29,7 +29,7 @@ class Phabricator extends AbstractProvider const PATH_AUTHORIZE = '/oauthserver/auth/'; /** - * habricator OAuth server token request endpoint. + * Phabricator OAuth server token request endpoint. * * @var string */