Skip to content

Commit 92a98be

Browse files
authored
Merge pull request #391 from bgrabow/correct-step-numbering
Corrected numbering for step 5
2 parents febed12 + febdd25 commit 92a98be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/hello-world/GETTING_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ and the test is expecting one outcome, but getting another.
122122
The test is expecting the `hello` method to return the string `"Hello, World!"`. The easiest way
123123
to make it pass, is to simply stick the string `"Hello, World!"` inside the method definition.
124124

125-
## Step 6
125+
## Step 5
126126

127127
Run the test again.
128128

0 commit comments

Comments
 (0)