Skip to content

Commit 347a109

Browse files
authored
Merge pull request #555 from adarshdotdev/fix-typo-05-joinStrings
Fix typo in 05_joinStrings/README.md: punctation → punctuation
2 parents 61c3de9 + a444086 commit 347a109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05_joinStrings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ After understanding the example code, you will recreate the snippet on your own
1515
2. Create a 5th variable, `greeting`, that is constructed from the previous 4 variables
1616
- It should contain a greeting that includes the person's full name and age
1717

18-
Note: To make the tests pass, you will need to use exact values and wording (as you will see described in `joinStrings.js`). If the tests fail, look at the feedback in your terminal then check your spacing, capitalization, and punctation.
18+
Note: To make the tests pass, you will need to use exact values and wording (as you will see described in `joinStrings.js`). If the tests fail, look at the feedback in your terminal then check your spacing, capitalization, and punctuation.
1919

2020
## Step 3: Optimize
2121
You will edit your code to make it easier to read using the following instructions:

0 commit comments

Comments
 (0)