lib: fix minor typo in ValidationError comment (#164)
Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
parent
70de8af9ed
commit
e2233f8978
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* A Error class that will be thrown when a CloudEvent
|
||||
* cannot be properly validated against a the specification.
|
||||
* cannot be properly validated against a specification.
|
||||
*/
|
||||
class ValidationError extends TypeError {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue