From 04bdcf239036648bbed71e08d0e8584051251665 Mon Sep 17 00:00:00 2001 From: Sybille Peters <sypets@gmx.de> Date: Sat, 3 Jun 2023 10:59:28 +0200 Subject: [PATCH] [DOCS] Fix typo in workspaces event PHPDoc This is relevant for the generated documentation. Resolves: #100953 Releases: main, 12.4, 11.5 Change-Id: Iaa68d1cb21d399f326341cce2b12514a5402e45e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79131 Tested-by: core-ci <typo3@b13.com> Reviewed-by: Benni Mack <benni@typo3.org> Tested-by: Benni Mack <benni@typo3.org> --- .../Event/AfterCompiledCacheableDataForWorkspaceEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/workspaces/Classes/Event/AfterCompiledCacheableDataForWorkspaceEvent.php b/typo3/sysext/workspaces/Classes/Event/AfterCompiledCacheableDataForWorkspaceEvent.php index ca170e5a06e6..6681b71a3f14 100644 --- a/typo3/sysext/workspaces/Classes/Event/AfterCompiledCacheableDataForWorkspaceEvent.php +++ b/typo3/sysext/workspaces/Classes/Event/AfterCompiledCacheableDataForWorkspaceEvent.php @@ -20,7 +20,7 @@ namespace TYPO3\CMS\Workspaces\Event; use TYPO3\CMS\Workspaces\Service\GridDataService; /** - * Used in the workspaces module to find all chacheable data of versions of a workspace. + * Used in the workspaces module to find all cacheable data of versions of a workspace. */ final class AfterCompiledCacheableDataForWorkspaceEvent { -- GitLab