From bcbd70d1c7e93e3303dfe2a51203614017d24afe Mon Sep 17 00:00:00 2001 From: Neal Brooks Date: Wed, 20 Nov 2019 16:55:45 +0000 Subject: [PATCH] improve sentence re: `content-disposition` header The correct English term would be either '...is more involved', or '...involves more effort' --- components/http_foundation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/http_foundation.rst b/components/http_foundation.rst index 6db60ce2bb5..8eadc81717a 100644 --- a/components/http_foundation.rst +++ b/components/http_foundation.rst @@ -534,7 +534,7 @@ Serving Files When sending a file, you must add a ``Content-Disposition`` header to your response. While creating this header for basic file downloads is straightforward, -using non-ASCII filenames is more involving. The +using non-ASCII filenames is more involved. The :method:`Symfony\\Component\\HttpFoundation\\HeaderUtils::makeDisposition` abstracts the hard work behind a simple API::