Skip to content
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

Merged
merged 1 commit into from
Jul 21, 2020

Conversation

kubejm
Copy link
Contributor

@kubejm kubejm commented Jul 16, 2020

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.

@codecov
Copy link

codecov bot commented Jul 16, 2020

Codecov Report

Merging #1490 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1490   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          487       487           
  Branches       136       136           
=========================================
  Hits           487       487           
Impacted Files Coverage Δ
lib/application.js 100.00% <ø> (ø)
lib/request.js 100.00% <ø> (ø)
lib/response.js 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d1c9263...2bea3cb. Read the comment docs.

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"
Copy link
Member

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.

Copy link
Contributor Author

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.

Copy link
Member

@miwnwski miwnwski left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@3imed-jaberi 3imed-jaberi left a comment

Choose a reason for hiding this comment

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

LGTM

@dead-horse dead-horse merged commit f8b49b8 into koajs:master Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants