Skip to content

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

Closed
wants to merge 2 commits into from
Closed

Small grammar update in HttpFoundation #9947

wants to merge 2 commits into from

Conversation

mattjanssen
Copy link
Contributor

"... let you disable buffering at [the] config level or[by] adding ..."

"... let you disable buffering at [the] config level or[by] adding ..."
@@ -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
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@HeahDude HeahDude added this to the 2.8 milestone Jun 21, 2018
"... let you disable buffering at [the] config level or [by] adding ..."
Copy link
Contributor

@HeahDude HeahDude left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@javiereguiluz
Copy link
Member

@mattjanssen thanks for fixing these errors. I love this kind of fixes from native English speakers. Thanks!

javiereguiluz added a commit that referenced this pull request Jun 22, 2018
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants