Merge pull request #1 from pborreli/typos

Fixed typos
This commit is contained in:
Marc Qualie 2014-02-01 15:16:56 -08:00
commit 27c4f71848
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ class SkeletonServiceProvider implements ServiceProviderInterface
/** /**
* Boot Method * Boot Method
* @param Aplication $app Silex application instance * @param Application $app Silex application instance
* @codeCoverageIgnore * @codeCoverageIgnore
*/ */
public function boot(Application $app) 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() public function testTrueIsTrue()
{ {