Add typos check to Makefile (#20051)

This commit is contained in:
Anis Eleuch
2024-07-08 22:39:49 +01:00
committed by GitHub
parent cf371da346
commit b433bf14ba
3 changed files with 3 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ func (target *WebhookTarget) isActive() (bool, error) {
return true, nil
}
// Stat - returns lamdba webhook target statistics such as
// Stat - returns lambda webhook target statistics such as
// current calls in progress, successfully completed functions
// failed functions.
func (target *WebhookTarget) Stat() event.TargetStat {