From a1e29e03da7013f2e8c92f81f2bb9aa6109206de Mon Sep 17 00:00:00 2001 From: Dan Thareja Date: Wed, 13 Jan 2016 13:35:20 -0800 Subject: [PATCH] Fix grammar of exercise 27 "It's a good to click the little gear..." doesn't sound a good as an actionable "Click the little gear.." --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 88594db..ab4b86f 100644 --- a/js/main.js +++ b/js/main.js @@ -423,7 +423,7 @@ var flexbox; "action": null }, { - "text": 'It\'s a good to click the little gear icon on one of your items. It will show the properties we\'ve applied to these items, which the fixed ones didn\'t have. You should see "flex-grow", "flex-shrink," and/or "flex-basis" properties and values.', + "text": 'Click the little gear icon on one of your items. It will show the properties we\'ve applied to these items, which the fixed ones didn\'t have. You should see "flex-grow", "flex-shrink," and/or "flex-basis" properties and values.', "hasButton": false, "xUrl": null, "xText": null,