Skip to content

Commit 9a76309

Browse files
committed
minor #4384 fix typo (kokoon)
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
2 parents 5849f7f + 641dbc0 commit 9a76309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ You could, for example, define a ``NUM_ITEMS`` constant in the ``Post`` entity:
119119
120120
The main advantage of defining constants is that you can use their values
121121
everywhere in your application. When using parameters, they are only available
122-
from places wih access to the Symfony container.
122+
from places with access to the Symfony container.
123123

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

0 commit comments

Comments
 (0)