diff --git a/Development/v4.x/backend/configuration/jobconfig.md b/Development/v4.x/backend/configuration/jobconfig.md index 2098a4c0..f31ebc2a 100644 --- a/Development/v4.x/backend/configuration/jobconfig.md +++ b/Development/v4.x/backend/configuration/jobconfig.md @@ -530,5 +530,5 @@ All arguments are optional. - `validate` (optional): Log message to print when the job request is received. The request body (aka DTO) is available as a Handlebars context. Default: "" - `performJob` (optional): Log message to print after the job is saved to the database. - The updated job object is available as a Handlebars context. Default: "Performing job - for {{{type}}}" + The updated job object is available as a Handlebars context. Default: `"Performing job + for {{{type}}}"`