Skip to content

Commit a77f2ce

Browse files
committed
Fixed command for translations extractor: (#2392)
1 parent 2fc11c3 commit a77f2ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extending/extending_online_editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ Use the example below to add a class choice to the Paragraph element in the `adm
363363
For example:
364364

365365
``` bash
366-
php ./bin/console translation:extract --enable-extractor=ez_online_editor_attributes
367-
--dir=./templates --output-dir=./translations/ --output-format=yaml
366+
php ./bin/console translation:extract --enable-extractor=ez_online_editor_attributes \
367+
--dir=./templates --output-dir=./translations/ --output-format=yaml
368368
```
369369

370370
### Use cases

0 commit comments

Comments
 (0)