Skip to content

Commit 62683e2

Browse files
committed
Improve documentation structure
1 parent d260c63 commit 62683e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/00-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ composer require bakame/http-structured-fields
5757
- [Basic usage](01-basic-usage.md)
5858
- [Parsing and Serializing](02-parsing-serializing.md)
5959
- [Accessing The Field Values](03-field-values.md)
60-
- [Working with the Containers Data Type](04-containers.md)
60+
- [Working with The Containers](04-containers.md)
6161
- [Structured Field Validation](05-validation.md)
6262
- [Interacting with the PHP Ecosystem](07-extensions.md)

docs/04-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: The Structured Field containers Data Types
33
order: 5
44
---
55

6-
# Containers
6+
# Working with Structured Fields Containers
77

88
While building or updating a Bare Item is straightforward, doing the same with the structured field containers
99
requires a bit more logic. In the following sections we will explore how we can access, build and update

0 commit comments

Comments
 (0)