From 896631dcd63a0af2f797ef225348cd82457e51f1 Mon Sep 17 00:00:00 2001
From: Sybille Peters <sypets@gmx.de>
Date: Tue, 10 Apr 2018 17:26:05 +0200
Subject: [PATCH] [BUGFIX] Fix typo in documentation for change 83556

Resolves: #84686
Releases: master
Change-Id: Ib652d17685b65004d68ade431200d8f88e87dff1
Reviewed-on: https://review.typo3.org/56627
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
---
 .../9.2/Feature-83556-AddToggleSwitchesToFormEngine.rst         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83556-AddToggleSwitchesToFormEngine.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83556-AddToggleSwitchesToFormEngine.rst
index b6033ea3fc33..8910e4fdd333 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83556-AddToggleSwitchesToFormEngine.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83556-AddToggleSwitchesToFormEngine.rst
@@ -9,7 +9,7 @@ See :issue:`83556`
 Description
 ===========
 
-In order to give FormEngine a fresher look we add the following `renderTypes` to `type=checkbox`.
+In order to give FormEngine a fresher look we add the following `renderTypes` to `type=check`.
 
 renderType checkboxToggle
 =========================
-- 
GitLab