Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
msdundar committed Jun 13, 2021
1 parent 92b14a0 commit 2e1c0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda_health_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type HealthCheckResponse struct {
Body string `json:"body"`
}

// HealthChecks runs health checks on a given lambda version or alias. It can
// HealthCheck runs health checks on a given lambda version or alias. It can
// take a payload argument that be used to satisfy request body expectations
// of a lambda.
func HealthCheck(
Expand Down

0 comments on commit 2e1c0d1

Please sign in to comment.