From a85951505b71e499541b4847d5d65b695f7142ba Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Wed, 27 May 2015 14:32:56 -0400 Subject: [PATCH] Typo fix, closes #654 --- seed_data/challenges/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed_data/challenges/bootstrap.json b/seed_data/challenges/bootstrap.json index bfd01e3b4c..5ccfcb45a2 100644 --- a/seed_data/challenges/bootstrap.json +++ b/seed_data/challenges/bootstrap.json @@ -161,7 +161,7 @@ ], "tests": [ "assert($('.btn').length > 0, 'your new button should have the class \"btn\".');", - "assert(new RegExp('like this photo','gi').test($('.btn').text()), 'your button should have the test \"like this photo\"');" + "assert(new RegExp('like this photo','gi').test($('.btn').text()), 'your button should have the text \"like this photo\"');" ], "challengeSeed": [ "",