Skip to content

Commit 0ab1a7b

Browse files
author
Luca Degasperi
committed
Merge pull request #11 from thylo/patch-4
Typo fix
2 parents abbc0a8 + e7053ed commit 0ab1a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Route::post('/oauth/authorize', array('before' => 'check-authorization-params|au
120120

121121
return Redirect::to(AuthorizationServer::makeRedirectWithError($params));
122122
}
123-
});
123+
}));
124124
```
125125

126126
If the authorization process is successful the client will be redirected to its ```redirect_uri``` parameter with an authorization code in the query string like in the example below

0 commit comments

Comments
 (0)