From db6e404bda7ba574bf5b3d995d5f1f6fb09ae5f6 Mon Sep 17 00:00:00 2001 From: Constantin Stan Date: Wed, 2 Oct 2019 16:32:05 +0200 Subject: [PATCH] Typo in documentation --- docs/content/middlewares/headers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/middlewares/headers.md b/docs/content/middlewares/headers.md index aa9714778..20fdffcc8 100644 --- a/docs/content/middlewares/headers.md +++ b/docs/content/middlewares/headers.md @@ -235,7 +235,7 @@ http: middlewares: testHeader: headers: - accessControlAllowMethod: + accessControlAllowMethods: - GET - OPTIONS - PUT