diff --git a/challenges/01-responsive-web-design/basic-html-and-html5.json b/challenges/01-responsive-web-design/basic-html-and-html5.json index ca537e5155..b0e0680131 100644 --- a/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -1591,7 +1591,7 @@ "id": "bad87fee1348bd9aedf08834", "title": "Create a Set of Radio Buttons", "description": [ - "You can use radio buttons for questions where you want the user to only give you one answer.", + "You can use radio buttons for questions where you want the user to only give you one answer out of multiple options.", "Radio buttons are a type of input", "Each of your radio buttons should be nested within its own label element.", "All related radio buttons should have the same name attribute.",