Skip to content

Commit 9f5a7d1

Browse files
committed
minor #9947 Small grammar update in HttpFoundation (mattjanssen)
This PR was squashed before being merged into the 2.8 branch (closes #9947). Discussion ---------- Small grammar update in HttpFoundation "... let you disable buffering at [the] config level or[by] adding ..." Commits ------- feb830f Small grammar update in HttpFoundation
2 parents fb039a7 + feb830f commit 9f5a7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ represented by a PHP callable instead of a string::
473473

474474
Additionally, PHP isn't the only layer that can buffer output. Your web
475475
server might also buffer based on its configuration. Some servers, such as
476-
Nginx, let you disable buffering at config level or adding a special HTTP
476+
Nginx, let you disable buffering at the config level or by adding a special HTTP
477477
header in the response::
478478

479479
// disables FastCGI buffering in Nginx only for this response

0 commit comments

Comments
 (0)