Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Jul 11, 2017
1 parent 6034c9a commit 2fbb192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/renewer.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ type RenewerInput struct {
// Secret is the secret to renew
Secret *Secret

// Grace is a minimum renewal (in seconds) before returring so the upstream
// client can do a re-read. This can be used to prevent clients from waiting
// Grace is a minimum renewal before returning so the upstream client
// can do a re-read. This can be used to prevent clients from waiting
// too long to read a new credential and incur downtime.
Grace time.Duration

Expand Down

0 comments on commit 2fbb192

Please sign in to comment.