From 0099ca3edeff5ea03f9bd1f0785cd92daea68e7f Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Tue, 5 Nov 2024 18:20:17 +0100 Subject: [PATCH] [DOC] Fix spaces in example --- Documentation/Tutorials/BestPractice/Routing/Index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Tutorials/BestPractice/Routing/Index.rst b/Documentation/Tutorials/BestPractice/Routing/Index.rst index 88a8da249c..f08f9e4589 100644 --- a/Documentation/Tutorials/BestPractice/Routing/Index.rst +++ b/Documentation/Tutorials/BestPractice/Routing/Index.rst @@ -274,8 +274,8 @@ If you want to have categories+pagination, that configuration has to stand befo _controller: 'News::list' _arguments: page: 'currentPage' - # Category + pagination: - - routePath: '/{category-name}/page-{page}' + # Category + pagination: + - routePath: '/{category-name}/page-{page}' _controller: 'News::list' _arguments: category-name: overwriteDemand/categories