We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4dc96 commit 2be9c9cCopy full SHA for 2be9c9c
internal/verification/dns.go
@@ -184,7 +184,7 @@ func performDNSVerificationWithRetries(
184
case <-timer.C:
185
// Timer fired normally, continue with retry
186
case <-ctx.Done():
187
- // Context cancelled, stop timer to prevent leak
+ // Context canceled, stop timer to prevent leak
188
timer.Stop()
189
return nil, &DNSVerificationError{
190
Domain: domain,
0 commit comments