Skip to content

Commit b1a0bf9

Browse files
authored
Merge pull request TheOdinProject#193 from HiddenOgre28/main
2 parents 1004456 + 36e36b5 commit b1a0bf9

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)