Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed May 13, 2017
1 parent 4602c80 commit 1e98be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FeedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function it_can_render_all_feed_links_via_a_view()
}

/** @test */
public function it_wil_throw_an_expection_if_the_items_config_is_not_filled_properly()
public function it_wil_throw_an_exception_if_the_items_config_is_not_filled_properly()
{
$this->expectException(InvalidConfiguration::class);

Expand Down

0 comments on commit 1e98be9

Please sign in to comment.