Skip to content

Commit db7fdc8

Browse files
committed
chore(ServerInterface): updating phpdocs of withApiLocation.
1 parent 658b63b commit db7fdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Web/Interfaces/ServerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function withSecureInterface(string $secureInterface):self;
5151
public function withApiPrefix(string $apiPrefix):self;
5252

5353
/**
54-
* Directory containing your api file.\
54+
* Directory containing your api files.\
5555
* This path should contain your `get.php`, `post.php` (etc) files.
5656
* @param string $apiLocation
5757
*/

0 commit comments

Comments
 (0)