Skip to content

Commit 001f0cb

Browse files
committed
spellingmistake
1 parent bcaba6b commit 001f0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/AuthorisationController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function store(OAuth2Validation $request, Connection $connection, $integr
4444
throw new AlreadyAuthenticatedException($integration);
4545
}
4646

47-
// If not then to prcess the token and save the access token
47+
// If not then to process the token and save the access token
4848
$config = config($integration);
4949
if ($config == []) {
5050
throw new ConfigDoesntExistException($integration);

0 commit comments

Comments
 (0)