From 012e75261b9424bb679cd66cd36928bde47cac01 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 7 May 2014 20:40:22 +0200 Subject: [PATCH] add to --- developer_manual/app/routes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/routes.rst b/developer_manual/app/routes.rst index c0faa38d5..8df1beb34 100644 --- a/developer_manual/app/routes.rst +++ b/developer_manual/app/routes.rst @@ -152,7 +152,7 @@ can be abbreviated by using the **resources** key: Using the URLGenerator ======================== -Sometimes its useful to turn a route into a URL to make the code independent from the url design or generate an URL for an image in **img/**. For that specific usecase the ServerContainer provides a service that can be used in your container: +Sometimes its useful to turn a route into a URL to make the code independent from the url design or to generate an URL for an image in **img/**. For that specific usecase the ServerContainer provides a service that can be used in your container: .. code-block:: php