Skip to content

Commit 5c8feb9

Browse files
committed
Merge pull request #17 from fduchateau/master
Fixes typo.
2 parents 6e34d20 + a91ef74 commit 5c8feb9

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)