Skip to content

Commit

Permalink
minor #4384 fix typo (kokoon)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4384).

Discussion
----------

fix typo

Commits
-------

641dbc0 fix typo
  • Loading branch information
wouterj committed Oct 28, 2014
2 parents 5849f7f + 641dbc0 commit 9a76309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best_practices/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ You could, for example, define a ``NUM_ITEMS`` constant in the ``Post`` entity:
The main advantage of defining constants is that you can use their values
everywhere in your application. When using parameters, they are only available
from places wih access to the Symfony container.
from places with access to the Symfony container.

Constants can be used for example in your Twig templates thanks to the
``constant()`` function:
Expand Down

0 comments on commit 9a76309

Please sign in to comment.