File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments