diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69459-ShowTt_contentPreviewInPageModuleViaFluid.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69459-ShowTt_contentPreviewInPageModuleViaFluid.rst
index d0692d8ff543c10e9968e04210c98c10bc0a8c26..5f0fbb93e624b91af2fb7f9e706ebdc19f40405e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69459-ShowTt_contentPreviewInPageModuleViaFluid.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69459-ShowTt_contentPreviewInPageModuleViaFluid.rst
@@ -23,7 +23,7 @@ All content elements with CType "media" will then be rendered by the Fluid Templ
 .. code-block:: html
 
 	<h4>{header}</h4>
-	<f:format.crop length="200">{bodytext}</f:format.crop>
+	<f:format.crop maxCharacters="200">{bodytext}</f:format.crop>
 
 All properties of the tt_content record are available in the template directly.
 Any data of the flexform field `pi_flexform` is available with the property `pi_flexform_transformed` as an array.