Skip to content

Commit 1b56c9c

Browse files
committed
fix typo (backport #12653)
1 parent ac97e7f commit 1b56c9c

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
@@ -490,7 +490,7 @@ Serving Files
490490

491491
When sending a file, you must add a ``Content-Disposition`` header to your
492492
response. While creating this header for basic file downloads is straightforward,
493-
using non-ASCII filenames is more involving. The
493+
using non-ASCII filenames is more involved. The
494494
:method:`Symfony\\Component\\HttpFoundation\\ResponseHeaderBag::makeDisposition`
495495
abstracts the hard work behind a simple API::
496496

0 commit comments

Comments
 (0)