Skip to content

Commit 95eb31b

Browse files
committed
Typo
1 parent d811fea commit 95eb31b

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
@@ -23,7 +23,7 @@ check('abcdefghijklmnopzrtsuvqxyz').is(/^[a-z]+$/);
2323
//Set a message per validator
2424
check('foo', {
2525
isNumeric: 'This is not a number',
26-
contains: 'The value doesn't have a 0 in it'
26+
contains: 'The value doesn\'t have a 0 in it'
2727
}).isNumeric().contains('0');
2828

2929
//Referencing validator args from the message

0 commit comments

Comments
 (0)