Skip to content

Commit 19eeceb

Browse files
committed
fix grammar
1 parent f607abb commit 19eeceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const tips = {
3838
],
3939
lessonTips: [
4040
'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. All the other lessons begin with "##" in the markdown.',
41+
'Optional introduction page has no tests. All regular challenges begin with "##" in the markdown.',
4242
'First lesson with a test. "### Step" inside a lesson is where you describe tests, solutions, command scripts and set up code.',
4343
'You can use markdown in your instructions for code blocks and keywords.',
4444
`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.`,

0 commit comments

Comments
 (0)