diff --git a/tests/FeedTest.php b/tests/FeedTest.php index 6c1a296..54bf86a 100644 --- a/tests/FeedTest.php +++ b/tests/FeedTest.php @@ -36,7 +36,7 @@ public function it_can_render_all_feed_links_via_a_view() } /** @test */ - public function it_wil_throw_an_exception_if_the_items_config_is_not_filled_properly() + public function it_will_throw_an_exception_if_the_items_config_is_not_filled_properly() { $this->expectException(InvalidConfiguration::class);