Skip to content

Commit 5e1ace1

Browse files
committed
Tweaks
1 parent 562d7af commit 5e1ace1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

translation/debug.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,11 @@ unused or only the missing messages, by using the ``--only-unused`` or
181181
$ php bin/console debug:translation en --only-unused
182182
$ php bin/console debug:translation en --only-missing
183183
184-
Debug Command Exist Status Codes
185-
--------------------------------
184+
Debug Command Exit Codes
185+
------------------------
186186

187-
The exit status code of the ``debug:translation`` command changes depending on
188-
the status of the translations. Use the following public constants to check it::
187+
The exit code of the ``debug:translation`` command changes depending on the
188+
status of the translations. Use the following public constants to check it::
189189

190190
use Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand;
191191

@@ -209,4 +209,4 @@ These constants are defined as "bit masks", so you can combine them as follows::
209209

210210
.. versionadded:: 5.1
211211

212-
The exit status codes were introduced in Symfony 5.1
212+
The exit codes were introduced in Symfony 5.1

0 commit comments

Comments
 (0)