Skip to content

Commit eb9cc67

Browse files
authored
Merge pull request #297 from seregazhuk/documentation-improvement
Documentation improvement
2 parents 92deba8 + c69a205 commit eb9cc67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,9 +808,9 @@ A middleware request handler is expected to adhere the following rules:
808808
* It MAY throw an `Exception` (or return a rejected promise) in order to
809809
signal an error condition and abort the chain.
810810
* It calls `$next($request)` to continue processing the next middleware
811-
request handler function or returns explicitly without calling `$next` to
811+
request handler or returns explicitly without calling `$next` to
812812
abort the chain.
813-
* The `$next` request handler function (recursively) invokes the next request
813+
* The `$next` request handler (recursively) invokes the next request
814814
handler from the chain with the same logic as above and returns (or throws)
815815
as above.
816816
* The `$request` may be modified prior to calling `$next($request)` to

0 commit comments

Comments
 (0)