From 0d8e3c29b764b1bf7aa0bd37b580c748f8a83583 Mon Sep 17 00:00:00 2001 From: Fabien Schurter Date: Sun, 12 Oct 2014 23:39:42 +0200 Subject: [PATCH] Correct a typo: remove unnecessary "the" word. --- cookbook/bundles/extension.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/bundles/extension.rst b/cookbook/bundles/extension.rst index cc4ce322399..d335b8a3f26 100644 --- a/cookbook/bundles/extension.rst +++ b/cookbook/bundles/extension.rst @@ -84,7 +84,7 @@ container, to ensure all services and parameters are also added to the actual container. In the ``load()`` method, you can use PHP code to register service definitions, -but it is more common if you put the these definitions in a configuration file +but it is more common if you put these definitions in a configuration file (using the Yaml, XML or PHP format). Luckily, you can use the file loaders in the extension!