Skip to content

Commit 5ec14d2

Browse files
committed
linting
1 parent 4d721ae commit 5ec14d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ In addition to the validation described above, a third one is happening and is t
104104
the request `Accept` header can really be returned by the response.
105105

106106
Through how the **DotKernel API** is returning a response in handler , a content type is always set, but this cannot be
107-
the case in any custom response but in any way the server will check what `Content-Type` the response is returning and
107+
the case in any custom response but in any way the server will check what `Content-Type` the response is returning and
108108
will try to validate that against the `Accept` header of the request. If the validation fails, a status code
109109
`406 - Not Acceptable` will be returned.

0 commit comments

Comments
 (0)