diff --git a/docs/content_management/rich_text/extend_online_editor.md b/docs/content_management/rich_text/extend_online_editor.md index e9ae110c13..8375bb0b16 100644 --- a/docs/content_management/rich_text/extend_online_editor.md +++ b/docs/content_management/rich_text/extend_online_editor.md @@ -349,8 +349,8 @@ Use the example below to add a class choice to the Paragraph element in the `adm For example: ``` bash - php ./bin/console translation:extract --enable-extractor=ez_online_editor_attributes - --dir=./templates --output-dir=./translations/ --output-format=yaml + php ./bin/console translation:extract --enable-extractor=ez_online_editor_attributes \ + --dir=./templates --output-dir=./translations/ --output-format=yaml ``` ### Use cases