Skip to content

Commit 15c56ca

Browse files
authored
Apply suggestion from @mnocon
1 parent 80bb74f commit 15c56ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content_management/rich_text/create_custom_richtext_block.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Create a `src/Event/Subscriber/RichTextBlockSubscriber.php` file.
2727

2828
In line 28, `my_block` is the same name of the block that you defined in line 3 above.
2929
Line 28 also implements the `PreRender` method.
30-
Lines 41-51 handle the conversion of content into an XML string:
30+
Lines 37-47 handle the conversion of content into an XML string:
3131

3232
``` php hl_lines="28 37-47"
3333
[[= include_code('code_samples/back_office/online_editor/src/event/subscriber/RichTextBlockSubscriber.php') =]]

0 commit comments

Comments
 (0)