From 0f76f8e44a22276efe922b45d6b2275436a6a004 Mon Sep 17 00:00:00 2001
From: Eric Bode <noreply@example.com>
Date: Tue, 29 Mar 2022 08:56:55 +0000
Subject: [PATCH] [DOCS] Fixed spelling of "includeJSFooterlibs"

In accordance with the core code base, "libs" in
"includeJSFooterlibs" must be lowercase.

Releases: main, 11.5, 10.4
Resolves: #97251
Change-Id: I0b1d25d6f22254cf7d3747cf66ab0c7e2e611628
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74133
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 .../7.3/Feature-66698-AddIntegrityPropertyToJavaScriptFiles.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66698-AddIntegrityPropertyToJavaScriptFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66698-AddIntegrityPropertyToJavaScriptFiles.rst
index aa03008d6798..1b9a57ee6bd1 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66698-AddIntegrityPropertyToJavaScriptFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66698-AddIntegrityPropertyToJavaScriptFiles.rst
@@ -17,7 +17,7 @@ Add a property `integrity="some-hash"` to JavaScript files via TypoScript
 This patch affects the TypoScript PAGE properties
 
 * includeJSLibs
-* includeJSFooterLibs
+* includeJSFooterlibs
 * includeJS
 * includeJSFooter
 
-- 
GitLab