Skip to content

Commit bcbd70d

Browse files
authored
improve sentence re: content-disposition header
The correct English term would be either '...is more involved', or '...involves more effort'
1 parent 99ac313 commit bcbd70d

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)