Skip to content

Commit 641dbc0

Browse files
kokoonwouterj
authored andcommitted
fix typo
1 parent 5849f7f commit 641dbc0

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)