We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf607abb commit19eecebCopy full SHA for 19eeceb
index.js
@@ -38,7 +38,7 @@ const tips = {
38
],
39
lessonTips:[
40
'Overview of the tutorial. Displays a list of the titles and a brief decription of each. A single "#" in the markdown denotes this lesson.',
41
-'Optional introduction page has no tests. Allthe other lessons begin with "##" in the markdown.',
+'Optional introduction page has no tests. Allregular challenges begin with "##" in the markdown.',
42
'First lesson with a test. "### Step" inside a lesson is where you describe tests, solutions, command scripts and set up code.',
43
'You can use markdown in your instructions for code blocks and keywords.',
44
`It isn't shown here, but you can add multiple steps for a single set of instructions by just adding another "### Step" in the markdown.`,