Skip to content

Commit

Permalink
fix typo in php-doc block
Browse files Browse the repository at this point in the history
Signed-off-by: pine3ree <[email protected]>
  • Loading branch information
pine3ree committed May 29, 2023
1 parent 0ff632e commit 70df0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RouteResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static function fromRouteFailure(?array $methods): self
*
* If the result represents a failure, it passes handling to the handler.
*
* Otherwise, it processes the composed middleware using the provide request
* Otherwise, it processes the composed middleware using the provided request
* and handler.
*/
public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
Expand Down

0 comments on commit 70df0e2

Please sign in to comment.