diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92947-DeprecateTYPO3_MODEAndTYPO3_REQUESTTYPEConstants.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92947-DeprecateTYPO3_MODEAndTYPO3_REQUESTTYPEConstants.rst
index 9e134aebe00b727a9060b6cf885ce165c93f2f55..7e53dbff7b497e77efcc136cfba8188d4abbc6a6 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92947-DeprecateTYPO3_MODEAndTYPO3_REQUESTTYPEConstants.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92947-DeprecateTYPO3_MODEAndTYPO3_REQUESTTYPEConstants.rst
@@ -83,7 +83,7 @@ security gate as first line. This typically looks like::
 These calls should be changed to use the new constant :php:`TYPO3` instead. It is simply defined
 to :php:`true` in early TYPO3 bootstrap and can be used for this purpose::
 
-   `defined('TYPO3') or die();
+   defined('TYPO3') or die();
 
 
 Other usages of :php:`TYPO3_MODE` and :php:`TYPO3_REQUESTTYPE` in bootstrap script files