docs: fix remove_request_headers typo (#1388)

This commit is contained in:
Manatsawin Hanmongkolchai 2020-09-09 11:35:09 +07:00 committed by GitHub
parent 311dde8b61
commit 904edfed9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1118,7 +1118,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