We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cebbe8 commit 6230a99Copy full SHA for 6230a99
System/Router/Router.php
@@ -57,7 +57,7 @@ class Router {
57
private $response;
58
59
/**
60
- * constaruct
+ * construct
61
*/
62
public function __construct(string $url, string $method) {
63
$this->url = rtrim($url, '/');
0 commit comments