docs: fix remove_request_headers typo (#1388) (#1556)

Co-authored-by: Manatsawin Hanmongkolchai <github@whs.in.th>
This commit is contained in:
Travis Groth 2020-10-27 16:13:24 -04:00 committed by GitHub
parent a7114755f1
commit fe9282baf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1077,7 +1077,7 @@ Set Request Headers allows you to set static values for given request headers. T
### Remove Request Headers
- Config File Key: `removet_request_headers`
- Config File Key: `remove_request_headers`
- Type: array of `strings`
- Optional