Skip to content

Commit 0d77da4

Browse files
authored
Update README.md
1 parent d0f7219 commit 0d77da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telephone-number-validator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ For this challenge you will be presented with a string such as 800-692-7753 or 8
1717
For this problem we will create a list of regexes to check if a number has one of the given forms. Notice that many forms coresponde to one regex.
1818

1919
## Methods
20-
All methods for this problem are explained at the ceasars-cipher project, except reduce() method, which is too complicated to explain shortly if you want to learn more [click here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce).
20+
All methods for this problem are explained at the ceasars-cipher project, except reduce() method, which is too complicated to explain shortly, so if you want to learn more [click here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce).

0 commit comments

Comments
 (0)