diff --git a/Classes/Core/Renderer/FluidFormRenderer.php b/Classes/Core/Renderer/FluidFormRenderer.php index 85ba008..ae1df36 100644 --- a/Classes/Core/Renderer/FluidFormRenderer.php +++ b/Classes/Core/Renderer/FluidFormRenderer.php @@ -49,7 +49,7 @@ * * - *resource://Neos.Form/Private/Templates/MyTemplate.html*
* Path without any placeholders; is directly used as template. - * - *resource://{@package}/Privat/Templates/Form/{@type}.html*
+ * - *resource://{@package}/Private/Templates/Form/{@type}.html*
* If the current renderable has the namespaced type *Neos.Form:FooBar*, * then this path is *{@package}* from above is replaced with *Neos.Form* * and *{@type}* is replaced with *FooBar*.