* aspect-for-selection -> aspects-for-selection

* judge title spacing fix
This commit is contained in:
Danyi Dávid
2018-05-07 14:53:13 +02:00
parent 622a4e1ebb
commit de9f2e61c5
4 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ return function (Application $app, MiddlewareFactory $factory, ContainerInterfac
$app->get('/the-prize', App\Handler\PrizeRedirectHandler::class, 'the-prize');
$app->get(
'/the-prize/{article:background-and-purpose|description-and-values|aspect-for-selection|gran-prize-award-events}',
'/the-prize/{article:background-and-purpose|description-and-values|aspects-for-selection|gran-prize-award-events}',
App\Handler\ArticleHandler::class,
'the-prize.article'
);