From 89aea2180b784b96a00dc8dfba9ada10cc3af294 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 26 Mar 2013 00:09:48 +0100 Subject: [PATCH] routes.rst - fix typo --- developer_manual/app/appframework/routes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/app/appframework/routes.rst b/developer_manual/app/appframework/routes.rst index 30d01789b..fbe6aeaa0 100644 --- a/developer_manual/app/appframework/routes.rst +++ b/developer_manual/app/appframework/routes.rst @@ -40,7 +40,7 @@ You can also limit the route to GET or POST requests by simply adding **->post() ); ?> -The fourth parameter is an instance of the **DIContaier** (see :doc:`../general/dependencyinjection`). If you want to replace objects in the container only for a certain request, you can do it like this: +The fourth parameter is an instance of the **DIContainer** (see :doc:`../general/dependencyinjection`). If you want to replace objects in the container only for a certain request, you can do it like this: .. code-block:: php @@ -66,4 +66,4 @@ The Twig templates also provide a function to create a link from a route :js:fun .. code-block:: js - {{ url('yourappname_routename', {key: '1'}) }} \ No newline at end of file + {{ url('yourappname_routename', {key: '1'}) }}