Merge "Merge branch 'stable-2.12' into stable-2.13" into stable-2.13
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index f592c29..6782350 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -36,9 +36,11 @@
   [filter "branch:stable-2.10"]
     reviewer = QAGroup
 
+  [filter "-status:draft"]
+    reviewer = DevGroup
 ```
 
-filter.<filter>.reviewer
+filter.\<filter\>.reviewer
 :	An account or a group name. Must be an exact match (case sensitive) with the
 	account's email address or username, or the group name.  Multiple `reviewer`
 	occurrences are allowed.