Skip to content

Commit

Permalink
Comment reword
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Santos committed Oct 26, 2023
1 parent 0aedca9 commit efacc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/waiter/waiter.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func main() {

zoneId := *createZoneResp.Zone.Id

// The following will wait until the DNS zone is finshed being created
// The following will wait until the DNS zone creation has finished
wres, err := wait.CreateZoneWaitHandler(ctx, dnsClient, projectId, zoneId).SetTimeout(15 * time.Minute).WaitWithContext(ctx)
if err != nil {
fmt.Fprintf(os.Stderr, "[DNS API] Waiting for zone creation: %v\n", err)
Expand Down

0 comments on commit efacc3e

Please sign in to comment.