From 814f57455630f8c172243387f8f4318e12d9e0c1 Mon Sep 17 00:00:00 2001 From: Cory Becker Date: Mon, 12 Nov 2012 14:54:05 -0600 Subject: [PATCH] Minor grammar tweak in service container documentation --- book/service_container.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/service_container.rst b/book/service_container.rst index 19bd75973b6..f810aecf4da 100644 --- a/book/service_container.rst +++ b/book/service_container.rst @@ -312,7 +312,7 @@ Importing other Container Configuration Resources .. tip:: In this section, service configuration files are referred to as *resources*. - This is to highlight that fact that, while most configuration resources + This is to highlight the fact that, while most configuration resources will be files (e.g. YAML, XML, PHP), Symfony2 is so flexible that configuration could be loaded from anywhere (e.g. a database or even via an external web service).