lib: fix minor typo in ValidationError comment (#164)

Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
Daniel Bevenius 2020-05-15 18:11:50 +02:00 committed by GitHub
parent 70de8af9ed
commit e2233f8978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {
/**