Skip to content

Commit e69d9b2

Browse files
committed
Update comment in AuthenticateServerAccess.php
1 parent fd84898 commit e69d9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Middleware/Api/Client/Server/AuthenticateServerAccess.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function handle(Request $request, Closure $next)
6969
);
7070
}
7171

72-
// Still allow users to get information about there server if it is installing or being transferred.
72+
// Still allow users to get information about their server if it is installing or being transferred.
7373
if (! $request->routeIs('api:client:server.view')) {
7474
if (! $server->isInstalled()) {
7575
// Throw an exception for all server routes; however if the user is an admin and requesting the

0 commit comments

Comments
 (0)