Skip to content

Commit c0f3b0a

Browse files
committed
Fixed wrong indentation
1 parent 629a008 commit c0f3b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/translation/custom_formats.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ It is also possible to create a custom dumper for your format, which is
7272
useful when using the extraction commands. To do so, a new class
7373
implementing the
7474
:class:`Symfony\\Component\\Translation\\Dumper\\DumperInterface`
75-
must be created.
75+
must be created.
7676
To write the dump contents into a file, extending the
7777
:class:`Symfony\\Component\\Translation\\Dumper\\FileDumper` class
7878
will save a few lines::

0 commit comments

Comments
 (0)