]> Untitled Git - lemmy.git/commitdiff
Fix post ranking docs in about guide. Fixes #1294 (#1295)
authorDessalines <dessalines@users.noreply.github.com>
Tue, 1 Dec 2020 17:54:37 +0000 (12:54 -0500)
committerGitHub <noreply@github.com>
Tue, 1 Dec 2020 17:54:37 +0000 (17:54 +0000)
* Fix post ranking docs in about guide. Fixes #1294

* Shortening lines to refer to not just posts.

* Fixing top line.

docs/src/about_guide.md

index 3c5e34b4b736d2a5592b33210e29d29383cfba51..d9f8adb0dee26dd48859b9e0645c84a3474844fd 100644 (file)
@@ -12,9 +12,10 @@ Start typing...
 
 Type | Description
 --- | ---
-Hot | Shows *trending* posts, based on the score, and the most recent comment time.
-New | Newest posts.
-Top | Shows the highest scoring posts in the given time frame.
+Active | Trending sort based on the score, and the most recent comment time.
+Hot | Trending sort based on the score, and the post creation time.
+New | Newest items.
+Top | The highest scoring items in the given time frame.
 
 For more detail, check the [Post and Comment Ranking details](about_ranking.md).