diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-82489-UseDedicatedPropertyToHideNewRecordLinkButton.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-82489-UseDedicatedPropertyToHideNewRecordLinkButton.rst
index 0addc0a11afb50faab8875c21fefc0bf1866f7eb..57445ac547aa273ee29c570f074eccdd34369215 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-82489-UseDedicatedPropertyToHideNewRecordLinkButton.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-82489-UseDedicatedPropertyToHideNewRecordLinkButton.rst
@@ -17,7 +17,7 @@ column.
 The property is therefore from now on only used for the controls section of each
 inline record.
 
-To to hide the `newRecordLink` button, independent of the controls `new` button,
+To hide the `newRecordLink` button, independent of the controls `new` button,
 use the already existing property :php:`['appearance']['levelLinksPosition']`
 with `none` as value.