Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gjr80 committed Nov 6, 2022
1 parent 66e0b9b commit 2f75f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/post_gauge-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function isValidJSON($str) {
header('HTTP/1.0 405 Method Not Allowed');
exit('<h1>405 Method Not Allowed</h1>');
}
// oops.. malformed POST request.. let'em know with a 400 response code
// oops.. malformed POST request.. let them know with a 400 response code
header('HTTP/1.0 400 Bad Request');
exit('<h1>400 Bad Request</h1>');
?>

0 comments on commit 2f75f7e

Please sign in to comment.