Skip to content
Merged

fix typo #20356

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion translation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ The ``translation:extract`` command looks for missing translations in:
$ composer require nikic/php-parser

By default, when the ``translation:extract`` command creates new entries in the
trnaslation file, it uses the same content as both the source and the pending
translation file, it uses the same content as both the source and the pending
translation. The only difference is that the pending translation is prefixed by
``__``. You can customize this prefix using the ``--prefix`` option:

Expand Down
Loading