From 14fcc35555c7932d1e749a35e638688bfe4400b7 Mon Sep 17 00:00:00 2001 From: Joseph DePrey Date: Mon, 6 Mar 2017 12:49:50 +0100 Subject: [PATCH] Clarify Basic HTML instructions --- challenges/01-responsive-web-design/basic-html-and-html5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f343c18d93..389b0bafe4 100644 --- a/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -34,7 +34,7 @@ "title": "Say Hello to HTML Elements", "description": [ "Welcome to freeCodeCamp's coding challenges. These will walk you through web development step-by-step.", - "We recommend you do these in order, but feel free to skip around by clicking the map on the left.", + "We recommend you do these in order, but feel free to skip around by clicking the map in the menu above.", "Also, if you want to save your progress, you should join our community by creating an account. In just a few minutes, you can join our chat room, forum, and even a local study group in your city.", "First, you'll start by building a simple web page using HTML. You can edit code in your text editor, which is embedded into this web page.", "Do you see the code in your text editor that says <h1>Hello</h1>? That's an HTML element.",