Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 2058373

Browse files
committed
Use double quotations for consitency
1 parent ebae85f commit 2058373

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ nav:
1717
- Serialization: v2/serialization.md
1818
- API: v2/api.md
1919
- Migration:
20-
- 'Migration to Version 2': v2/migration.md
20+
- "Migration to Version 2": v2/migration.md
2121
- v1:
2222
- Overview: v1/overview.md
2323
- Installation: v1/install.md
@@ -36,5 +36,5 @@ nav:
3636
- "_reference-serialization": serialization.md
3737
- "_reference-api": api.md
3838
site_name: zend-diactoros
39-
site_description: 'PSR-7 HTTP message implementations.'
40-
repo_url: 'https://github.com/zendframework/zend-diactoros'
39+
site_description: "PSR-7 HTTP message implementations"
40+
repo_url: "https://github.com/zendframework/zend-diactoros"

0 commit comments

Comments
 (0)