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

Fix grammar mistake #1527

Merged
merged 2 commits into from Aug 18, 2021
Merged

Fix grammar mistake #1527

merged 2 commits into from Aug 18, 2021

Conversation

souzasmatheus
Copy link
Contributor

This PR fixes a grammar mistake written on Koa's doc

@codecov
Copy link

codecov bot commented Mar 7, 2021

Codecov Report

Merging #1527 (5a8569d) into master (eb51cf5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1527   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          489       489           
  Branches       136       136           
=========================================
  Hits           489       489           

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 eb51cf5...5a8569d. Read the comment docs.

Copy link

@8enSmith 8enSmith left a comment

Choose a reason for hiding this comment

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

One suggestion.

Comment on lines 49 to 50
the `x-response-time` and `logging` middleware to mark when the request started, then continues
to yield control through the response middleware. When a middleware invokes `next()`

Choose a reason for hiding this comment

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

suggestion: This could be further simplified to "...mark when the request started, then yields control through the response middleware."

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Even better, @8enSmith ! Thank you

Copy link

@8enSmith 8enSmith left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@jonathanong jonathanong merged commit 33a8f39 into koajs:master Aug 18, 2021
jonathanong pushed a commit that referenced this pull request Aug 18, 2021
* Fix grammar mistake

* Simplify correction
jonathanong pushed a commit that referenced this pull request Aug 18, 2021
* Fix grammar mistake

* Simplify correction
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

3 participants