Skip to content

Commit bdca5bd

Browse files
committed
Improve docs
1 parent 826b0bc commit bdca5bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/validators/type.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
2-
* Typ(e validator
3-
*
4-
* {
5-
* type: String // Check if data has a JS type (uses typeof)
2+
* Type validator
3+
*
4+
* {
5+
* type: String // Check if data has a JS type (uses typeof)
66
* }
77
*/
88

0 commit comments

Comments
 (0)