Skip to content

Commit 41fd14a

Browse files
minor symfony#18430 [FrameworkBundle] fixes grammar in container:debug command manual. (hhamon)
This PR was merged into the 2.3 branch. Discussion ---------- [FrameworkBundle] fixes grammar in container:debug command manual. | Q | A | ------------- | --- | Branch? | 2.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ~ | License | MIT | Doc PR | ~ Commits ------- c3c092d [FrameworkBundle] fixes grammar in container:debug command manual.
2 parents 1314365 + c3c092d commit 41fd14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ protected function configure()
7575
7676
<info>php %command.full_name% --parameters</info>
7777
78-
Display a specific parameter by specifying his name with the <info>--parameter</info> option:
78+
Display a specific parameter by specifying its name with the <info>--parameter</info> option:
7979
8080
<info>php %command.full_name% --parameter=kernel.debug</info>
8181
EOF

0 commit comments

Comments
 (0)