Skip to content

Commit 6c11dea

Browse files
committed
minor #14100 Fix term (makmaoui)
This PR was merged into the 3.4 branch. Discussion ---------- Fix term Change "request" by "response" <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 5e64326 Fix term
2 parents 35c288c + 5e64326 commit 6c11dea

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)