Skip to content

Commit a35eac9

Browse files
committed
clarify iffy doc header
1 parent 591aee3 commit a35eac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/controllers/request-response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ $this->request = $this->request->withUploadedFiles($files);
276276
> request data (too), then you have to set them via `Cake\Http\ServerRequest::withData()` or
277277
> `Cake\Http\ServerRequest::withParsedBody()`.
278278
279-
### Request Bodies in PUT, PATCH, and DELETE
279+
### PUT, PATCH, and DELETE
280280

281281
`method` Cake\\Http\\ServerRequest::**getBody**(): StreamInterface
282282

0 commit comments

Comments
 (0)