8000 Merge pull request #40 from nikolasbroman/patch-1 · nima-m-git/javascript-exercises@99e3fa2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99e3fa2

Browse files
authored
Merge pull request TheOdinProject#40 from nikolasbroman/patch-1
Fix typo
2 parents c2ca1d7 + 166baaf commit 99e3fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reverseString/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Exercise 02 - Reverse a String.
22

3-
Pretty simple, write a function called `reverseString` that returns it's input, reversed!
3+
Pretty simple, write a function called ` 4889 reverseString` that returns its input, reversed!
44

55
```javascript
66
reverseString('hello there') // returns 'ereht olleh'

0 commit comments

Comments
 (0)
0