Skip to content

Commit d620080

Browse files
authored
Fixed syntax
1 parent 85656c2 commit d620080

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Here are examples for all possible metadata values:
2323

2424
```yaml
2525
---
26-
title: Setting Up Your Application in SwiftUI
26+
title: Setting up your application in SwiftUI
2727
tags:
2828
- Setup
2929
- Quickstart
@@ -138,7 +138,7 @@ We capitalize our Headings in **Sentence Case** (e.g., "This is a heading of our
138138
### Date and Time Format
139139
For date formats we use either:
140140
- International/European date format: `DD/MM/YYYY` (e.g., 01.04.2026)
141-
- ISO 8601: YYYY-MM-DD (e.g., 2026-04-01)
141+
- ISO 8601: `YYYY-MM-DD` (e.g., 2026-04-01)
142142

143143
For times we use either:
144144
- 24-Hour: `HH:mm:ss` (e.g., 14:30:05)

0 commit comments

Comments
 (0)