Skip to content
Snippets Groups Projects
Commit 7f571817 authored by Markus Klein's avatar Markus Klein Committed by Georg Ringer
Browse files

[DOCS] Fix typo in RST docs

Resolves: #90685
Releases: master, 9.5
Change-Id: Iae5d9242745a9dd5a1558d19cf84496dc128f557
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63633


Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent f5d72d2c
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ Here are some examples to understand the power of the expression language:
# request.getQueryParams() does not contain.
[END]
[traverse(request.getQueryParams(), 'tx_news_pi/news') > 0]
[traverse(request.getQueryParams(), 'tx_news_pi1/news') > 0]
# This condition matches if current query parameters have tx_news_pi[news] set to a value greater than zero
[END]
......@@ -171,7 +171,7 @@ The following functions are available in **any** context:
| | | - first parameter is the array to traverse |
| | | - second parameter is the path to traverse |
| | | Syntax: <array-key>[/<array-key>]* |
| | | Example: `[traverse(request.getQueryParams(), 'tx_news_pi/news') > 0]` |
| | | Example: `[traverse(request.getQueryParams(), 'tx_news_pi1/news') > 0]` |
+------------------------+-----------------------+-------------------------------------------------------------------------+
| ip | String | Value or Constraint, Wildcard or RegExp possible |
| | | special value: devIP (match the devIPMask) |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment