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'}) }}