From 02ef88e03c14908cc675d65372f0d95da1a59a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=BDitnik?= Date: Tue, 28 Oct 2014 10:08:58 +0100 Subject: [PATCH] fix typo --- best_practices/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: