Browse Source

Fixes a typo in the change log.

pull/1757/head
James Phillips 9 years ago
parent
commit
2b2c1a583a
  1. 2
      CHANGELOG.md

2
CHANGELOG.md

@ -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…
Cancel
Save