Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
256dpi committed Mar 12, 2020
1 parent b5e3ea4 commit 3e2b879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zone.go
Expand Up @@ -41,12 +41,12 @@ type Zone struct {
// Default: 72h.
Expire time.Duration

// The TTl for the SOA record.
// The TTL for the SOA record.
//
// Default: 15m.
SOATTL time.Duration

// The TTl for NS records.
// The TTL for NS records.
//
// Default: 48h.
NSTTL time.Duration
Expand Down

0 comments on commit 3e2b879

Please sign in to comment.