fix typos

This commit is contained in:
xuzhonghu 2017-08-18 17:45:12 +08:00
parent f42c81817a
commit 9206a8baf9
2 changed files with 7 additions and 7 deletions

View file

@ -96,7 +96,7 @@ type Backend struct {
// http://nginx.org/en/docs/http/ngx_http_core_module.html#limit_rate
LimitRate int `json:"limit-rate"`
// Sets the initial amount after which the further transmission of a response to a client will be rate limited.
// Sets the initial amount after which the further transmission of a response to a client will be rate limited.
// http://nginx.org/en/docs/http/ngx_http_core_module.html#limit_rate_after
LimitRateAfter int `json:"limit-rate-after"`
}