From 29bd596b4a1a878c470f3be070b60ea2a524f5f4 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sat, 18 Feb 2017 14:31:00 +0000 Subject: [PATCH] Fix a typo --- tests/Feature/ContactsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/ContactsTest.php b/tests/Feature/ContactsTest.php index b6da3b5a..d7653de8 100644 --- a/tests/Feature/ContactsTest.php +++ b/tests/Feature/ContactsTest.php @@ -10,7 +10,7 @@ use Illuminate\Foundation\Testing\DatabaseTransactions; class ContactsTest extends TestCase { /** - * Check the `/contatcs` page gives a good response. + * Check the `/contacts` page gives a good response. * * @return void */