File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,18 +70,18 @@ protected function configure()
7070
7171 <info>php %command.full_name%</info>
7272
73- The command lists all built-in types, services types, type extensions and
73+ The command lists all built-in types, services types, type extensions and
7474guessers currently available.
7575
7676 <info>php %command.full_name% Symfony\Component\Form\Extension\Core\Type\ChoiceType</info>
7777 <info>php %command.full_name% ChoiceType</info>
7878
79- The command lists all defined options that contains the given form type,
79+ The command lists all defined options that contains the given form type,
8080as well as their parents and type extensions.
8181
8282 <info>php %command.full_name% ChoiceType choice_value</info>
8383
84- Use the <info>--show-deprecated</info> option to display form types with
84+ Use the <info>--show-deprecated</info> option to display form types with
8585deprecated options or the deprecated options of the given form type:
8686
8787 <info>php %command.full_name% --show-deprecated</info>
You can’t perform that action at this time.
0 commit comments