From 1059fea5ff5e0ef3f01faf6b0aec274c1ccb78e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20de=20Dios=20Fern=C3=A1ndez?= Date: Fri, 19 Nov 2021 12:37:49 +0100 Subject: [PATCH] Fix contentlisting route example --- config/routes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.yaml b/config/routes.yaml index 9d96e421a..920ff8ec7 100644 --- a/config/routes.yaml +++ b/config/routes.yaml @@ -39,7 +39,7 @@ frontend: # of how you can require a valid ContentType in the URL. # # contentlisting: -# path: /{contenttypeslug} +# path: /{contentTypeSlug} # defaults: # _controller: Bolt\Controller\Frontend\ListingController::listing # requirements: