8000 minor #12653 improve sentence re: `content-disposition` header (neali… · symfony/symfony-docs@36aa84b · GitHub
[go: up one dir, main page]

Skip to content

Commit 36aa84b

Browse files
committed
minor #12653 improve sentence re: content-disposition header (nealio82)
This PR was merged into the 4.3 branch. Discussion ---------- improve sentence re: `content-disposition` header The correct English term would be either '...is more involved', or '...involves more effort'. 'involving' would be more appropriately used as a supportive clause in a sentence such as: "This feature was a biggie; involving contributions from Fabpot, Stof, and Javiereguiluz" Commits ------- bcbd70d improve sentence re: `content-disposition` header
2 parents 30b5c0b + bcbd70d commit 36aa84b

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
@@ -534,7 +534,7 @@ Serving Files
534534

535535
When sending a file, you must add a ``Content-Disposition`` header to your
536536
response. While creating this header for basic file downloads is straightforward,
537-
using non-ASCII filenames is more involving. The
537+
using non-ASCII filenames is more involved. The
538538
:method:`Symfony\\Component\\HttpFoundation\\HeaderUtils::makeDisposition`
539539
abstracts the hard work behind a simple API::
540540

0 commit comments

Comments
 (0)
0