From 7f5718170ca411d3d8e85102a592bded5dfb3abe Mon Sep 17 00:00:00 2001
From: Markus Klein <markus.klein@typo3.org>
Date: Mon, 9 Mar 2020 00:15:28 +0100
Subject: [PATCH] [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: Georg Ringer <georg.ringer@gmail.com>
Tested-by: TYPO3com <noreply@typo3.com>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
---
 ...lementSymfonyExpressionLanguageForTypoScriptConditions.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85829-ImplementSymfonyExpressionLanguageForTypoScriptConditions.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85829-ImplementSymfonyExpressionLanguageForTypoScriptConditions.rst
index b40f6164490d..fdde5738a3cb 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85829-ImplementSymfonyExpressionLanguageForTypoScriptConditions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85829-ImplementSymfonyExpressionLanguageForTypoScriptConditions.rst
@@ -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)                              |
-- 
GitLab