From d53e58f0d3211fe1bb8a46d5226d5aceadf33947 Mon Sep 17 00:00:00 2001 From: hanneskaeufler Date: Thu, 10 Oct 2013 13:29:35 +0200 Subject: [PATCH] Fix typo --- components/dependency_injection/parameters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dependency_injection/parameters.rst b/components/dependency_injection/parameters.rst index a63b3ebd2aa..7f2259beb4d 100644 --- a/components/dependency_injection/parameters.rst +++ b/components/dependency_injection/parameters.rst @@ -275,7 +275,7 @@ key, and define the type as ``constant``. .. note:: - This does not works for Yaml configuration. If you're using Yaml, you can + This does not work for Yaml configuration. If you're using Yaml, you can import an XML file to take advantage of this functionality: .. configuration-block::