Skip to content

Commit feb830f

Browse files
mattjanssenjaviereguiluz
authored andcommitted
Small grammar update in HttpFoundation
1 parent fb039a7 commit feb830f

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
@@ -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)