Commit 5508c8b1 authored by Pascal Borreli's avatar Pascal Borreli

Fixed typos

parent ad563dde
...@@ -2,7 +2,7 @@ DoctrineServiceProvider ...@@ -2,7 +2,7 @@ DoctrineServiceProvider
======================= =======================
The *DoctrineServiceProvider* provides integration with the `Doctrine DBAL The *DoctrineServiceProvider* provides integration with the `Doctrine DBAL
<http://www.doctrine-project.org/projects/dbal>`_ for easy database acccess. <http://www.doctrine-project.org/projects/dbal>`_ for easy database access.
.. note:: .. note::
......
...@@ -24,7 +24,7 @@ class HttpCache extends BaseHttpCache ...@@ -24,7 +24,7 @@ class HttpCache extends BaseHttpCache
/** /**
* Handles the Request and delivers the Response. * Handles the Request and delivers the Response.
* *
* @param Request $request The Request objet * @param Request $request The Request object
*/ */
public function run(Request $request = null) public function run(Request $request = null)
{ {
......
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