mirror of https://github.com/status-im/consul.git
Fixes a typo in the change log.
This commit is contained in:
parent
05bc9149a5
commit
2b2c1a583a
|
@ -8,7 +8,7 @@ BACKWARDS INCOMPATIBILITIES:
|
|||
and their lifetime was managed by a finalizer, but this wasn't reliable in certain
|
||||
situations. If you don't reuse your API client object, then there's nothing to do.
|
||||
If you have a long-lived API client object, you may want to configure it using the
|
||||
`DefaultPooledTransport` so it will reuse a single connecetion to Consul. Here's an
|
||||
`DefaultPooledTransport` so it will reuse a single connection to Consul. Here's an
|
||||
[example from Vault](https://github.com/hashicorp/vault) showing how to do this.
|
||||
[GH-1731]
|
||||
|
||||
|
|
Loading…
Reference in New Issue