Skip to content

Commit dda96c1

Browse files
authored
Merge pull request #18 from dotkernel/arhimede
compilation error again
2 parents 76cf8a9 + d511d6c commit dda96c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/book/v4/core-features/content-validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ request headers will be validated against.
5555

5656
This specifies that your server can return that representation, or at least one the representation send from the client
5757

58-
```http request
58+
```shell
5959
GET /admin HTTP/1.1
6060
Accept: application/json
6161
```
@@ -80,7 +80,7 @@ response.
8080

8181
This aspect of content negotiation is the `Content-Type` key and determining if the server can deserialize the data.
8282

83-
``` shell
83+
```shell
8484
POST /admin/1 HTTP/1.1
8585
Accept: application/json
8686
Content-Type: application/json

docs/book/v4/transition-from-api-tools/api-tools-vs-dotkernel-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Comparison between Laminas API Tools and DotKernel API
1+
# Laminas API Tools compared to DotKernel API
22

33
| | API Tools (formerly Apigility) | DotKernel API |
44
|---------------------|------------------------------------------------|---------------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)