From 507edb0aedbcbdb10e9b278d730c41665abde4ca Mon Sep 17 00:00:00 2001 From: Attila Egyed Date: Sun, 19 Feb 2017 11:01:06 +0100 Subject: [PATCH] Fix typo --- configuration/external_parameters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/external_parameters.rst b/configuration/external_parameters.rst index deb2a649ace..1dfb1202029 100644 --- a/configuration/external_parameters.rst +++ b/configuration/external_parameters.rst @@ -22,7 +22,7 @@ will be resolved at runtime (once per request), so that dumped containers can be reconfigured dynamically even after being compiled. For example, if you want to use the value of the ``DATABASE_HOST`` environment -variable in you service container configuration, you can reference it using +variable in your service container configuration, you can reference it using ``%env(DATABASE_HOST)%`` in your configuration files: .. configuration-block::