Skip to content

Commit 2ba189f

Browse files
authored
Merge pull request #4 from PletPeter/master
spellingmistake
2 parents bcaba6b + 001f0cb commit 2ba189f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/AuthorisationController.php

+1-1
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)