Fix typo in documentation (#5866)

Signed-off-by: Daniel <epegzz@gmail.com>
This commit is contained in:
Daniel Schäfer 2020-04-24 14:08:01 +02:00 committed by GitHub
parent 58588e10e5
commit 0e8dc2e917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ Load a middleware at the very first place
{ {
"timeout": 100, "timeout": 100,
"load": { "load": {
"before": ["time", "responseTime", "logger", "cors", "responses", "gzip"], "before": ["timer", "responseTime", "logger", "cors", "responses", "gzip"],
"order": [ "order": [
"Define the middlewares' load order by putting their name in this array is the right order" "Define the middlewares' load order by putting their name in this array is the right order"
], ],