Fixed typos

This commit is contained in:
Pascal Borreli 2014-02-01 23:15:08 +00:00
parent 8238b9e5cc
commit 5ee6580dff
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ class SkeletonServiceProvider implements ServiceProviderInterface
/**
* Boot Method
* @param Aplication $app Silex application instance
* @param Application $app Silex application instance
* @codeCoverageIgnore
*/
public function boot(Application $app)

View File

@ -7,7 +7,7 @@ class ExampleTest extends \PHPUnit_Framework_TestCase
/**
* Test thet true does in fact equal true
* Test that true does in fact equal true
*/
public function testTrueIsTrue()
{