Skip to content

Commit 1ac145f

Browse files
authored
Fix indentation inside Code Examples (#271)
1 parent 77f286a commit 1ac145f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/content-style-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ When code examples refer to a larger file, show the relevant section of the file
118118

119119
```
120120
on:
121-
schedule:
122-
- cron: "40 19 * * *"
121+
schedule:
122+
- cron: "40 19 * * *"
123123
```
124124

125125
- **Avoid:**

0 commit comments

Comments
 (0)