diff --git a/contributing/content-style-guide.md b/contributing/content-style-guide.md index 3f775fc018a0..470cb468d520 100644 --- a/contributing/content-style-guide.md +++ b/contributing/content-style-guide.md @@ -118,8 +118,8 @@ When code examples refer to a larger file, show the relevant section of the file ``` on: -schedule: - - cron: "40 19 * * *" + schedule: + - cron: "40 19 * * *" ``` - **Avoid:**