aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/sethgrid/pester/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/sethgrid/pester/README.md')
-rw-r--r--vendor/github.com/sethgrid/pester/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/sethgrid/pester/README.md b/vendor/github.com/sethgrid/pester/README.md
index e41f4d6..ac1d6d9 100644
--- a/vendor/github.com/sethgrid/pester/README.md
+++ b/vendor/github.com/sethgrid/pester/README.md
@@ -35,7 +35,7 @@ client.Backoff = func(retry int) time.Duration {
For a complete and working example, see the sample directory.
`pester` allows you to use a constructor to control:
- backoff strategy
-- reties
+- retries
- concurrency
- keeping a log for debugging
```go