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::