mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +00:00
Fix typo in documentation (#5866)
Signed-off-by: Daniel <epegzz@gmail.com>
This commit is contained in:
parent
58588e10e5
commit
0e8dc2e917
@ -178,7 +178,7 @@ Load a middleware at the very first place
|
||||
{
|
||||
"timeout": 100,
|
||||
"load": {
|
||||
"before": ["time", "responseTime", "logger", "cors", "responses", "gzip"],
|
||||
"before": ["timer", "responseTime", "logger", "cors", "responses", "gzip"],
|
||||
"order": [
|
||||
"Define the middlewares' load order by putting their name in this array is the right order"
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user