From f121c650b85d75e20d6d013de4434367ba13fc34 Mon Sep 17 00:00:00 2001 From: sascha307050 <noreply@example.com> Date: Wed, 18 Jul 2018 20:46:03 +0200 Subject: [PATCH] [BUGFIX] Fix typo in form documentation Releases: master,8.7 Resolves: #85589 Change-Id: I965f559b0307bd477e8f64340a12513a9827842d Reviewed-on: https://review.typo3.org/57624 Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Andreas Wolf <andreas.wolf@typo3.org> Tested-by: Andreas Wolf <andreas.wolf@typo3.org> --- typo3/sysext/form/Documentation/Concepts/FormEditor/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/form/Documentation/Concepts/FormEditor/Index.rst b/typo3/sysext/form/Documentation/Concepts/FormEditor/Index.rst index e5f5c2d3fe49..97a2a230b169 100644 --- a/typo3/sysext/form/Documentation/Concepts/FormEditor/Index.rst +++ b/typo3/sysext/form/Documentation/Concepts/FormEditor/Index.rst @@ -106,7 +106,7 @@ then go ahead and configure a specific ``prototype`` accordingly. Beside the frontend templates, there are also templates for the abstract view, i.e. you can customize the rendering of the abstract view for each form element. If you have created your own form elements, in most cases you -will fall back to the already existing Fluid templates. But rembember, you +will fall back to the already existing Fluid templates. But remember, you are always able to create you own Fluid templated and adapt the abstract view till it suits your needs. -- GitLab