Skip to content

Commit e2233f8

Browse files
authored
lib: fix minor typo in ValidationError comment (#164)
Signed-off-by: Daniel Bevenius <[email protected]>
1 parent 70de8af commit e2233f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/validation_error.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* A Error class that will be thrown when a CloudEvent
3-
* cannot be properly validated against a the specification.
3+
* cannot be properly validated against a specification.
44
*/
55
class ValidationError extends TypeError {
66
/**

0 commit comments

Comments
 (0)