Fix typo in waypoint name responsively style radio buttons, closes #667

This commit is contained in:
terakilobyte
2015-05-28 08:34:22 -04:00
parent c61a95eae5
commit 14ff6d5306

View File

@ -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 <code>&#60;div class='row'&#62;</code> element. Then wrap each of them within a <code>&#60;div class='col-xs-6'&#62;</code> element.",