-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
chore: fix grammatical and spelling errors in comments and tests #1490
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1490 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 487 487
Branches 136 136
=========================================
Hits 487 487
Continue to review full report at Codecov.
|
lib/request.js
Outdated
@@ -422,7 +422,7 @@ module.exports = { | |||
* When `app.proxy` is `true`, parse | |||
* the "X-Forwarded-For" ip address list. | |||
* | |||
* For example if the value were "client, proxy1, proxy2" | |||
* For example if the values were "client, proxy1, proxy2" |
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.
I disagree, a string is one value.
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.
Makes sense, I adjusted it from "the values were" to the "the value was", squashed the commits, and pushed.
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.
LGTM
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.
LGTM
I noticed a handful of small things with regards to spelling and grammar as I've been digging through this code as of recent. Even though small, I hope this helps. If these changes seem reasonable, then let me know if you'd like me to take any further action or make adjustments.