Skip to content

Commit

Permalink
[DOCS] Korrekt route names (#2122)
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf and georgringer committed Jul 29, 2024
1 parent a3c990a commit b0a2d72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/Tutorials/BestPractice/Routing/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ The following example will only provide routing for the detail view:
_arguments:
news-title: news
aspects:
news-title:
news:
type: NewsTitle
Please note the placeholder :code:`{news-title}`:
Expand Down Expand Up @@ -279,7 +279,7 @@ filter news records, their titles (slugs) are used.
defaults:
page: '0'
aspects:
news-title:
news:
type: NewsTitle
page:
type: StaticRangeMapper
Expand Down Expand Up @@ -426,7 +426,7 @@ by date. Also includes configuration for the pagination.
date-year: '\d+'
page: '\d+'
aspects:
news-title:
news:
type: NewsTitle
page:
type: StaticRangeMapper
Expand Down

0 comments on commit b0a2d72

Please sign in to comment.