From 1ef19a3fe5234b196a2d9e708e3433796f7fdf16 Mon Sep 17 00:00:00 2001 From: xuu Date: Mon, 31 Mar 2025 11:56:38 -0600 Subject: [PATCH] chore: docs --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.go b/http.go index afb4ef8..e76894c 100644 --- a/http.go +++ b/http.go @@ -28,7 +28,7 @@ var PREAMBLE_DOCS = func() lextwt.Comments { c = add(c, "Usage:") c = add(c, " %s/api/plain/users View list of users and latest twt date.", hostname) c = add(c, " %s/api/plain/twt View all twts in decending order.", hostname) - c = add(c, " %s/api/plain/mentions?uri=:uri View all mentions for uri in decending order.", hostname) + c = add(c, " %s/api/plain/mentions?uri=:uri View all mentions for uri in ascending order.", hostname) c = add(c, " %s/api/plain/conv/:hash View all twts for a conversation subject.", hostname) c = add(c, "") c = add(c, "Options:")