Skip to content

Commit 2c18bb8

Browse files
committed
fix: typo
1 parent 313e52e commit 2c18bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/providers/pingdom/pingdom.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"sigs.k8s.io/controller-runtime/pkg/log"
2121
)
2222

23-
const pingdomURL = "https://api.pingdop.com/api/3.1/checks"
23+
const pingdomURL = "https://api.pingdom.com/api/3.1/checks"
2424
const customIDPrefix = "id:"
2525

2626
const headerReqLimitShort = "Req-Limit-Short"

0 commit comments

Comments
 (0)