From 6c9db8c27f28674f37bd06b6b2236b6cbd0b5e6b Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sun, 7 Jun 2015 22:26:58 -0700 Subject: [PATCH] super nitpicky copy edit --- seed_data/challenges/ziplines.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed_data/challenges/ziplines.json b/seed_data/challenges/ziplines.json index 2b52af4318..993cfc4df0 100644 --- a/seed_data/challenges/ziplines.json +++ b/seed_data/challenges/ziplines.json @@ -18,7 +18,7 @@ "Drag the windows around and press the buttons in the lower-right hand corner to change the orientation to suit your preference.", "Click the gear next to CSS. Then in the \"External CSS File or Another Pen\" text field, type \"bootstrap\" and scroll down until you see the latest version of Bootstrap. Click it.", "Verify that bootstrap is active by adding the following code to your HTML: <h1 class='text-primary'>Hello CodePen!</h1>. The text's color should be Bootstrap blue.", - "Click the gear next to the JavaScript. Click the \"Latest version of...\" select box and choose jQuery.", + "Click the gear next to JavaScript. Click the \"Latest version of...\" select box and choose jQuery.", "Now add the following code to your JavaScript: $(document).ready(function() { $('.text-primary').text('Hi CodePen!') });. Click the \"Save\" button at the top. Your \"Hello CodePen!\" should change to \"Hi CodePen!\". This means that jQuery is working.", "Now you're ready for your first Zipline. Click the \"I've completed this challenge\" button and include a link to your CodePen. If you pair programmed, you should also include the Free Code Camp username of your pair." ],