From 80b728e22d9eca95ef6934963e814d6cd6f5c64b Mon Sep 17 00:00:00 2001
From: Lars Francke <lars.francke@stackable.de>
Date: Thu, 20 Jan 2022 10:12:11 +0100
Subject: [PATCH] docs: fix reviewers example (#13666)

---
 docs/usage/configuration-options.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index e461f769d2..d87ec95912 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -2340,7 +2340,7 @@ Say the full team name on GitHub is `@organization/foo`, then you'd set the conf
 
 ```json
 {
-  "reviewers": "team:foo"
+  "reviewers": ["team:foo"]
 }
 ```
 
-- 
GitLab