From 05a0d6c014d2f9da0c4438e7c29cfb5bceeb045d Mon Sep 17 00:00:00 2001 From: Cody Ogden Date: Sun, 31 Jan 2021 10:15:16 -0600 Subject: [PATCH] Update Providers.Credential Example Block Closing curly bracket where it should have been a square bracket. --- www/docs/configuration/providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/configuration/providers.md b/www/docs/configuration/providers.md index 1459c80c1c..b511cae06e 100644 --- a/www/docs/configuration/providers.md +++ b/www/docs/configuration/providers.md @@ -209,7 +209,7 @@ providers: [ } } }) -} +] ... ```