Skip to content

Commit 6230a99

Browse files
committed
Fix spelling issue
1 parent 5cebbe8 commit 6230a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

System/Router/Router.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Router {
5757
private $response;
5858

5959
/**
60-
* constaruct
60+
* construct
6161
*/
6262
public function __construct(string $url, string $method) {
6363
$this->url = rtrim($url, '/');

0 commit comments

Comments
 (0)