Skip to content

Commit e68d242

Browse files
authored
typo
1 parent 5657303 commit e68d242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

translation/lint.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ translation file using the ``lint:yaml`` and ``lint:xliff`` commands:
1616
1717
# lint a single file
1818
$ ./bin/console lint:yaml translations/messages.en.yaml
19-
$ ./bin/console lint:xliff translations/messages.en.xlf
19+
$ ./bin/console lint:xliff translations/messages.en.xlf
2020
2121
# lint a whole directory
2222
$ ./bin/console lint:yaml translations
2323
$ ./bin/console lint:xliff translations
2424
25-
# lint a multiple files or directories
25+
# lint multiple files or directories
2626
$ ./bin/console lint:yaml translations path/to/trans
2727
$ ./bin/console lint:xliff translations/messages.en.xlf translations/messages.es.xlf
2828

0 commit comments

Comments
 (0)