Skip to content

Commit b3702e8

Browse files
committedJul 24, 2020
Update README.md
1 parent 424bc4a commit b3702e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ This example demonstrate authentication with Firebase Jwt.
460460
}
461461
}
462462
if (!$authorized) {
463-
throw new Exception("Authorize failed", HttpCodes::unauthorized);
463+
throw new Exception("Authorization failed", HttpCodes::unauthorized);
464464
}
465465
}
466466
}

0 commit comments

Comments
 (0)