From e2233f897834ddb2994c9c46c95c699218525ae1 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 15 May 2020 18:11:50 +0200 Subject: [PATCH] lib: fix minor typo in ValidationError comment (#164) Signed-off-by: Daniel Bevenius --- lib/validation_error.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/validation_error.js b/lib/validation_error.js index 08f4fa9..745ff08 100644 --- a/lib/validation_error.js +++ b/lib/validation_error.js @@ -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 { /**