diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index e461f769d2eb9c4b0c7b262aa8549859df51400c..d87ec95912f74cc3b2c52182d664f80168c69f93 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"]
 }
 ```