Skip to content

Commit

Permalink
[DOCS] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Nov 23, 2024
1 parent 5a1bfe6 commit 18ff30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/DeveloperCorner/DataProcessing/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Data Processing
===============

Content Blocks is based on the new :ref:`Record API <ext_core:feature-103783-1715113274>`
in TYPO3 v13. A soon as a :php-short:`\TYPO3\CMS\Core\Domain\Record` is created
in TYPO3 v13. As soon as a :php-short:`\TYPO3\CMS\Core\Domain\Record` is created
and enriched, it is immutable. This means the standard way of data processing
via custom :ref:`DataProcessors <t3coreapi:content-elements-custom-data-processor>`
will not work anymore, if it was based on manipulating the
Expand Down

0 comments on commit 18ff30d

Please sign in to comment.