From 3d22f0956796d02e12ddd20e18ca4e717ff0666c Mon Sep 17 00:00:00 2001 From: MANISH-GIRI Date: Fri, 17 Mar 2017 18:48:27 -0400 Subject: [PATCH] Minor improvement in responsively style challenges instructions --- seed/challenges/03-front-end-libraries/bootstrap.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/03-front-end-libraries/bootstrap.json b/seed/challenges/03-front-end-libraries/bootstrap.json index ac3fa78816..762683e6fc 100644 --- a/seed/challenges/03-front-end-libraries/bootstrap.json +++ b/seed/challenges/03-front-end-libraries/bootstrap.json @@ -1467,7 +1467,7 @@ ], "description": [ "You can use Bootstrap's col-xs-* classes on form elements, too! This way, our radio buttons will be evenly spread out across the page, regardless of how wide the screen resolution is.", - "Nest all of your radio buttons within a <div class=\"row\"> element. Then nest each of them within a <div class=\"col-xs-6\"> element.", + "Nest both your radio buttons within a <div class=\"row\"> element. Then nest each of them within a <div class=\"col-xs-6\"> element.", "Note: As a reminder, radio buttons are input elements of type radio." ], "challengeSeed": [ @@ -1564,7 +1564,7 @@ ], "description": [ "You can use Bootstrap's col-xs-* classes on form elements, too! This way, our checkboxes will be evenly spread out across the page, regardless of how wide the screen resolution is.", - "Nest all your checkboxes in a <div class=\"row\"> element. Then nest each of them in a <div class=\"col-xs-4\"> element." + "Nest all three of your checkboxes in a <div class=\"row\"> element. Then nest each of them in a <div class=\"col-xs-4\"> element." ], "challengeSeed": [ "",