diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index 0da10cb3e8119a23620e3a365a6837cca47d8c41..a73a5d408d0463eceed2b370a6c95b0a681377d7 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -1698,7 +1698,7 @@ You could then configure a schedule like this at the repository level:
 
 ```json
 {
-  "schedule": ["after 10pm and before 5am on every weekday", "every weekend"]
+  "schedule": ["after 10pm and before 5am every weekday", "every weekend"]
 }
 ```