diff --git a/lib/client.js b/lib/client.js index 23a5a2e9..570ff935 100644 --- a/lib/client.js +++ b/lib/client.js @@ -57,7 +57,7 @@ class Client { return __awaiter(this, void 0, void 0, function* () { const template = yield this.payloadTemplate(); template.attachments[0].color = 'warning'; - template.text += ':warning: Cancelded Github Actions\n'; + template.text += ':warning: Canceled Github Actions\n'; template.text += text; this.send(template); });