Skip to content

Commit

Permalink
Remove extra space before close ticks. (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
scovetta authored and ryangribble committed Oct 29, 2017
1 parent c8ff57b commit 73679d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/http-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The rules we currently follow:
- MUST use the original request's authentication credentials when following a redirect where the original host matches the redirect host.
- MUST NOT use the original request's authentication credentials when following a redirect where the original host does not match the redirect host.
- SHOULD only follow 3 redirects.
```
```

### Proxy Support

Expand Down Expand Up @@ -50,4 +50,4 @@ something you need to support: https://github.com/octokit/octokit.net/issues/809

Another request has been for auto-wiring the proxy details at runtime. Please
leave a comment in this thread if you're interested in this:
https://github.com/octokit/octokit.net/issues/594
https://github.com/octokit/octokit.net/issues/594

0 comments on commit 73679d0

Please sign in to comment.