We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d721ae commit 5ec14d2Copy full SHA for 5ec14d2
1 file changed
docs/book/v4/core-features/content-validation.md
@@ -104,6 +104,6 @@ In addition to the validation described above, a third one is happening and is t
104
the request `Accept` header can really be returned by the response.
105
106
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
+the case in any custom response but in any way the server will check what `Content-Type` the response is returning and
108
will try to validate that against the `Accept` header of the request. If the validation fails, a status code
109
`406 - Not Acceptable` will be returned.
0 commit comments