diff --git a/doc/providers/doctrine.rst b/doc/providers/doctrine.rst index c335a9ccf..273488113 100644 --- a/doc/providers/doctrine.rst +++ b/doc/providers/doctrine.rst @@ -2,7 +2,7 @@ DoctrineServiceProvider ======================= The *DoctrineServiceProvider* provides integration with the `Doctrine DBAL -`_ for easy database acccess. +`_ for easy database access. .. note:: diff --git a/src/Silex/HttpCache.php b/src/Silex/HttpCache.php index 15beedbc1..ebd65dd92 100644 --- a/src/Silex/HttpCache.php +++ b/src/Silex/HttpCache.php @@ -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) {