Skip to content

Commit 5e64326

Browse files
authored
Fix term
Change "request" by "response"
1 parent 35c288c commit 5e64326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ or change its ``Content-Disposition``::
554554
'filename.txt'
555555
);
556556

557-
It is possible to delete the file after the request is sent with the
557+
It is possible to delete the file after the response is sent with the
558558
:method:`Symfony\\Component\\HttpFoundation\\BinaryFileResponse::deleteFileAfterSend` method.
559559
Please note that this will not work when the ``X-Sendfile`` header is set.
560560

0 commit comments

Comments
 (0)