Skip to content

Commit 36e36b5

Browse files
authored
Fixed a typo in line 41
Corrected the word "this" so it starts with an upper case "T".
1 parent 6b0e0e5 commit 36e36b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_helloWorld/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Go ahead and see if you can make the test pass by editing the return value of th
3838

3939
Just to make sure, in case you're confused at this point, the test is telling you that running the function `helloWorld` should return the phrase `Hello, World!`. Punctuation and capitalization definitely matter here, so double check that if the test still isn't passing.
4040

41-
this is what the final function should look like:
41+
This is what the final function should look like:
4242
```javascript
4343
const helloWorld = function() {
4444
return 'Hello, World!'

0 commit comments

Comments
 (0)