fix: correct spelling of "Update" in commit message to "Update"

This commit is contained in:
2026-06-13 12:56:35 +00:00
parent aa1598009e
commit 6756c980cf
16 changed files with 473 additions and 88 deletions
+2 -1
View File
@@ -51,8 +51,9 @@ devplacepy/
| Prefix | Purpose |
|--------|---------|
| `/` | Home page: marketing splash for guests, personalized home (welcome, feed shortcut, latest posts, news) for signed-in users. Does not redirect. Latest-posts section shows at most two posts per author. |
| `/auth` | Signup, login, logout, forgot/reset password |
| `/feed` | Post feed with topic/tab filtering (public) |
| `/feed` | Post feed with topic/tab filtering (public). Each page shows at most two posts per author. |
| `/news` | Developer news listing, detail page with comments |
| `/posts` | Post detail, creation |
| `/comments` | Comment creation, deletion |