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