fix typos.

This commit is contained in:
AsaiToshiya
2026-01-26 22:25:04 +09:00
committed by GitHub
parent b58a6048b1
commit d33bcbac7c

4
85.md
View File

@@ -42,9 +42,9 @@ The following result types have been declared:
| Result type | Tag name | Tag value format |
| ----------------------- | ---------------------- | ----------------- |
| Follower Count | `followers` | int |
| User Rank | `rank` | int, norm 0-100) |
| User Rank | `rank` | int, norm 0-100 |
| First Post Time | `first_created_at` | unix timestamp |
| Post Count | `post_cnt` | int, |
| Post Count | `post_cnt` | int |
| Reply Count | `reply_cnt` | int |
| Reactions Count | `reactions_cnt` | int |
| Zap Amount Received | `zap_amt_recd` | int, sats |