Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contributing/content-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down