Skip to content

Commit 2d775db

Browse files
authored
Fixed syntax
1 parent fd12ef1 commit 2d775db

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

articles/documentation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,15 @@ This will fail if the email is not found in the GitHub API, or if the email is n
133133
## Best practices
134134

135135
### Capitalization
136-
We capitalize our Headings in **Sentence Case**. Example: This is a heading of our docs
136+
We capitalize our Headings in **Sentence Case**.
137+
Example: "This is a heading of our docs"
137138

138139
### Date and Time Format
139140
For date formats we use either:
140141
- International/European date format: `DD/MM/YYYY` (e.g., 01.04.2026)
141142
- ISO 8601: YYYY-MM-DD (e.g., 2026-04-01)
142-
For times we use eithe:
143+
144+
For times we use either:
143145
- 24-Hour: `HH:mm:ss` (e.g., 14:30:05)
144146
- 12-Hour: `hh:mm:ss` tt (e.g., 02:30:05 PM). `AM/PM` is capitalized.
145147

0 commit comments

Comments
 (0)