From 14ff6d5306d51637c1654d83bfb8589c8f7d8b31 Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Thu, 28 May 2015 08:34:22 -0400 Subject: [PATCH] Fix typo in waypoint name responsively style radio buttons, closes #667 --- 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 67076c6aa8..dfaa714d10 100644 --- a/seed_data/challenges/bootstrap.json +++ b/seed_data/challenges/bootstrap.json @@ -1044,7 +1044,7 @@ }, { "_id": "bad87fee1348bd9aedb08845", - "name": "Waypoint: Responsively Style a Radio Buttons", + "name": "Waypoint: Responsively Style Radio Buttons", "difficulty": 0.059, "description": [ "Wrap all of your radio buttons within a <div class='row'> element. Then wrap each of them within a <div class='col-xs-6'> element.",