Commit 10134b26 authored by Bily Zhang's avatar Bily Zhang Committed by Henning Jacobs
Browse files

Remove dupplicated words:have,aliyun (#768)

Signed-off-by: default avatarmooncake <xcoder@tenxcloud.com>
parent c0968ab8
......@@ -286,7 +286,7 @@ spec:
After roughly two minutes check that a corresponding DNS record for your service was created.
```console
$ aliyun aliyun alidns DescribeDomainRecords --DomainName=external-dns-test.com
$ aliyun alidns DescribeDomainRecords --DomainName=external-dns-test.com
{
"PageNumber": 1,
"TotalCount": 1,
......
......@@ -290,7 +290,7 @@ func operationsByZone(zones map[string]*dns.ZoneSummary, ops []dns.RecordOperati
}
}
// Remove zones that don't have have any changes.
// Remove zones that don't have any changes.
for zone, ops := range changes {
if len(ops) == 0 {
delete(changes, zone)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment