From ae59d03f81959a9e3fa7331a7a8314c2a1aba6cb Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 11 Apr 2021 14:28:30 -0500 Subject: [PATCH] Correct 403 from unauthorized to forbidden --- content/posts/new-comment-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/new-comment-system.md b/content/posts/new-comment-system.md index 29a8f55..dbdb28d 100644 --- a/content/posts/new-comment-system.md +++ b/content/posts/new-comment-system.md @@ -29,7 +29,7 @@ enough to spam my comment sections. You're supposed to be able to edit and delete comments up to 15 minutes after posting them. As of now, that doesn't seem to be working; the request just -returns 403 (unauthorized). +returns 403 (forbidden). ### White text on white background when previewing comment