Skip to content

Commit f115d9b

Browse files
authoredFeb 24, 2025
chore(docs): fix quote order on scheduling
1 parent 6b11642 commit f115d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/usage/key-concepts/scheduling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ With Renovate's scheduling features you can "limit the noise" from frequently up
188188
Important tips for the `"schedule"` property:
189189

190190
- Always use the array syntax `[]`, even if you only set a single schedule
191-
- Separate entries with a comma, like this: `["cron for schedule 1", "cron for schedule 2]"`
191+
- Separate entries with a comma, like this: `["cron for schedule 1", "cron for schedule 2"]`
192192
- Multiple entries in the `"schedule"` array are interpreted with the Boolean OR logic
193193

194194
Read the [schedule config option](../configuration-options.md#schedule) documentation to learn more.

0 commit comments

Comments
 (0)
Please sign in to comment.