docs: reverse_proxy typo "tranport" -> "transport" (#182)

The reverse_proxy directive docs contained a TOC featuring the line "The fastcgi tranport". Changed "tranport" to "transport".
This commit is contained in:
Jon Cram 2021-07-07 15:20:59 +01:00 committed by GitHub
parent 56e1517c0f
commit 60bc4ee7c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ Proxies requests to one or more backends with configurable transport, load balan
- [Headers](#headers)
- [Transports](#transports)
- [The `http` transport](#the-http-transport)
- [The `fastcgi` tranport](#the-fastcgi-transport)
- [The `fastcgi` transport](#the-fastcgi-transport)
- [Intercepting responses](#intercepting-responses)
- [Examples](#examples)