diff --git a/components/http_foundation/introduction.rst b/components/http_foundation/introduction.rst index e43f9347b68..ec1d2adba26 100644 --- a/components/http_foundation/introduction.rst +++ b/components/http_foundation/introduction.rst @@ -464,7 +464,7 @@ represented by a PHP callable instead of a string:: you must call ``ob_flush()`` before ``flush()``. Additionally, PHP isn't the only layer that can buffer output. Your web - server might also buffer based on its configuration. Even more, if you + server might also buffer based on its configuration. What's more, if you use fastcgi, buffering can't be disabled at all. .. _component-http-foundation-serving-files: