Commit 4ff57c73 authored by Carlos Buenosvinos's avatar Carlos Buenosvinos Committed by GitHub

RequestStack link in Services documentation is broken

There was an extra space breaking the URL formatting
parent 0115e23e
...@@ -167,7 +167,7 @@ Core services ...@@ -167,7 +167,7 @@ Core services
Silex defines a range of services. Silex defines a range of services.
* **request_stack**: Controls the lifecycle of requests, an instance of * **request_stack**: Controls the lifecycle of requests, an instance of
`RequestStack <http://api.symfony.com/master/Symfony/Component/HttpFoundation/RequestStack.html>` _. `RequestStack <http://api.symfony.com/master/Symfony/Component/HttpFoundation/RequestStack.html>`_.
It gives you access to ``GET``, ``POST`` parameters and lots more! It gives you access to ``GET``, ``POST`` parameters and lots more!
Example usage:: Example usage::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment