diff --git a/src/Silex/Provider/SkeletonServiceProvider.php b/src/Silex/Provider/SkeletonServiceProvider.php index 945dbbb..7c68762 100644 --- a/src/Silex/Provider/SkeletonServiceProvider.php +++ b/src/Silex/Provider/SkeletonServiceProvider.php @@ -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) diff --git a/tests/League/Skeleton/Test/ExampleTest.php b/tests/League/Skeleton/Test/ExampleTest.php index d18e795..8ac6fb2 100644 --- a/tests/League/Skeleton/Test/ExampleTest.php +++ b/tests/League/Skeleton/Test/ExampleTest.php @@ -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() {