-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Small grammar update in HttpFoundation #9947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
"... let you disable buffering at [the] config level or[by] adding ..."
components/http_foundation.rst
Outdated
@@ -473,7 +473,7 @@ represented by a PHP callable instead of a string:: | |||
|
|||
Additionally, PHP isn't the only layer that can buffer output. Your web | |||
server might also buffer based on its configuration. Some servers, such as | |||
Nginx, let you disable buffering at config level or adding a special HTTP | |||
Nginx, let you disable buffering at the config level by adding a special HTTP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The or
has some meaning here and should be kept. One can either disable by configuring the nginx config file, OR add the header at the application level using Symfony API.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotcha! I'll change it to "or by". That's the missing word here then.
"... let you disable buffering at [the] config level or [by] adding ..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@mattjanssen thanks for fixing these errors. I love this kind of fixes from native English speakers. Thanks! |
"... let you disable buffering at [the] config level or[by] adding ..."