Skip to content

Commit 341723d

Browse files
committed
Merge pull request #50 from mathroc/patch-1
fix typo
2 parents f0602af + 693ee94 commit 341723d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OAuth2Demo/Server/Controllers/Authorize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function authorize(Application $app)
3030
return $server->getResponse();
3131
}
3232

33-
// dispaly the "do you want to authorize?" form
33+
// display the "do you want to authorize?" form
3434
return $app['twig']->render('server/authorize.twig', array(
3535
'client_id' => $app['request']->query->get('client_id'),
3636
'response_type' => $app['request']->query->get('response_type')

0 commit comments

Comments
 (0)