Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pborreli committed Sep 10, 2012
1 parent ad563dd commit 5508c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/providers/doctrine.rst
Expand Up @@ -2,7 +2,7 @@ DoctrineServiceProvider
=======================

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::

Expand Down
2 changes: 1 addition & 1 deletion src/Silex/HttpCache.php
Expand Up @@ -24,7 +24,7 @@ class HttpCache extends BaseHttpCache
/**
* 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)
{
Expand Down

0 comments on commit 5508c8b

Please sign in to comment.