Skip to content

Commit 2fa137e

Browse files
committed
spell check
Signed-off-by: arhimede <[email protected]>
1 parent 25b50d5 commit 2fa137e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/book/v5/tutorials/api-evolution.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ planning and removing outdated features.
88
In DotKernel API we can mark an entire endpoint or a single method as deprecated using attributes on handlers.
99
We use response headers to inform the consumers about the future changes by using 2 new headers:
1010

11-
1) `Link` - it's a link to the official documentation pointing out the changes that will take place.
12-
2) `Sunset` - this header is a date, indicating when the deprecated resource will potentially become unresponsive.
11+
- `Link` - it's a link to the official documentation pointing out the changes that will take place.
12+
- `Sunset` - this header is a date, indicating when the deprecated resource will potentially become unresponsive.
1313

1414
**Both headers are independent, you can use them separately.**
1515

@@ -48,7 +48,7 @@ HTTP/1.1 200 OK
4848
Host: 0.0.0.0:8080
4949
Date: Mon, 24 Jun 2024 10:23:11 GMT
5050
Connection: close
51-
X-Powered-By: PHP/8.2.20
51+
X-Powered-By: PHP/6.4.20
5252
Content-Type: application/json
5353
Permissions-Policy: interest-cohort=()
5454
Sunset: 2038-01-01
@@ -95,7 +95,7 @@ HTTP/1.1 200 OK
9595
Host: 0.0.0.0:8080
9696
Date: Mon, 24 Jun 2024 10:54:57 GMT
9797
Connection: close
98-
X-Powered-By: PHP/8.2.20
98+
X-Powered-By: PHP/6.4.20
9999
Content-Type: application/json
100100
Permissions-Policy: interest-cohort=()
101101
Sunset: 2038-01-01

0 commit comments

Comments
 (0)