diff --git a/src/core/jobs.ts b/src/core/jobs.ts index 06e9456..29eab99 100644 --- a/src/core/jobs.ts +++ b/src/core/jobs.ts @@ -109,11 +109,11 @@ export interface JobSpec { */ host?: JobHost /** Specifies whether the job is permitted to fail WITHOUT causing the - * worker process to fail. The API server does not use this field directly, - * but it is information that may be valuable to gateways that report job - * success/failure upstream to original event sources. - */ - fallible?: Boolean + * worker process to fail. The API server does not use this field directly, + * but it is information that may be valuable to gateways that report job + * success/failure upstream to original event sources. + */ + fallible?: boolean } /**