Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 4, 2012
1 parent 894970b commit 99cbee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/http_foundation.rst
Expand Up @@ -369,7 +369,7 @@ non-ASCII filenames is more involving. The
:method:`:Symfony\\Component\\HttpFoundation\\Response:makeDisposition`
abstracts the hard work behind a simple API::

use Symfony\\Component\\HttpFoundation\\ResponseHeaderBag;
use Symfony\Component\HttpFoundation\ResponseHeaderBag;

$d = $response->headers->makeDisposition(ResponseHeaderBag::DISPOSITION_ATTACHMENT, 'foo.pdf');

Expand Down

0 comments on commit 99cbee2

Please sign in to comment.