Skip to content

Commit a91ef74

Browse files
author
fduchateau
committed
Update README.md
misspell 'invalid'
1 parent 6e34d20 commit a91ef74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ else
2727
if (preg_match($regex, 'http://github.com')) {
2828
echo 'valid url';
2929
} else {
30-
echo 'invalud url';
30+
echo 'invalid url';
3131
}
3232

3333

0 commit comments

Comments
 (0)