Skip to content

Commit e075d3a

Browse files
committed
squash: nit
Signed-off-by: Lucas Holmquist <[email protected]>
1 parent 59104d6 commit e075d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event/cloudevent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export class CloudEvent implements CloudEventV1, CloudEventV03 {
102102
throw new ValidationError("invalid extension name");
103103
}
104104

105-
// Value should be spec complient
105+
// Value should be spec compliant
106106
// https://github.com/cloudevents/spec/blob/master/spec.md#type-system
107107
if (!isValidType(value)) {
108108
throw new ValidationError("invalid extension value");

0 commit comments

Comments
 (0)