diff --git a/best_practices/configuration.rst b/best_practices/configuration.rst index 0c463239784..3368c59589e 100644 --- a/best_practices/configuration.rst +++ b/best_practices/configuration.rst @@ -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: