8000 Added '-ing' title ending to unify titles look by kix · Pull Request #4625 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added '-ing' title ending to unify titles look #4625

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
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
Added '-ing' title ending to unify titles look
Currently all of the titles in Console section use gerund, but not this one.
  • Loading branch information
kix committed Dec 11, 2014
commit 08f5d5a0d391731f6954e03a71abaa44cf1f1177
6 changes: 4 additions & 2 deletions components/console/console_arguments.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.. index::
single: Console; Console arguments

Understand how Console Arguments are Handled
============================================
.. _understand-how-console-arguments-are-handled:

Understanding how Console Arguments Are Handled
===============================================

It can be difficult to understand the way arguments are handled by the console application.
The Symfony Console application, like many other CLI utility tools, follows the behavior
Expand Down
0