From 02e5ada30481b2b57ea11844ba645831124b520b Mon Sep 17 00:00:00 2001 From: Doug Shamoo Date: Wed, 27 May 2015 14:03:06 +0800 Subject: [PATCH] very minor grammatical error fixed --- 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 1db7d227aa..34ff79e3ae 100644 --- a/seed_data/challenges/bootstrap.json +++ b/seed_data/challenges/bootstrap.json @@ -1090,7 +1090,7 @@ "name": "Waypoint: Style Text Inputs as Form Controls", "difficulty" : 0.061, "description": [ - "Give your form's text input field in a class of \"form-control\". Give your form's submit button the classes \"btn btn-primary\" and give it the Font Awesome icon of \"fa-paper-plane\"." + "Give your form's text input field a class of \"form-control\". Give your form's submit button the classes \"btn btn-primary\" and give it the Font Awesome icon of \"fa-paper-plane\"." ], "tests": [ "assert($('.btn-primary').length > 1, 'Give the submit button in your form the classes \"btn btn-primary\".')",