Commit ec1a6947 authored by Fabien Potencier's avatar Fabien Potencier

fixed typo

parent a9ff89d1
...@@ -31,7 +31,7 @@ Usage ...@@ -31,7 +31,7 @@ Usage
----- -----
Silex already supports any Reverse Proxy like Varnish out of the box by Silex already supports any Reverse Proxy like Varnish out of the box by
setting Response HTTP cache headers: setting Response HTTP cache headers::
$app->get('/', function() { $app->get('/', function() {
return new Response('Foo', 200, array( return new Response('Foo', 200, array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment