diff --git a/src/common/k8s-api/kube-api.ts b/src/common/k8s-api/kube-api.ts index afde6d5524..593a1de38c 100644 --- a/src/common/k8s-api/kube-api.ts +++ b/src/common/k8s-api/kube-api.ts @@ -745,7 +745,7 @@ export class KubeApi< }) .catch(error => { if (!abortController.signal.aborted) { - this.dependencies.logger.error(`[KUBE-API] watch (${watchId}) throwed ${watchUrl}`, error); + this.dependencies.logger.error(`[KUBE-API] watch (${watchId}) threw ${watchUrl}`, error); } callback(null, error); });