diff options
| author | @RandyMcMillan <randy.lee.mcmillan@gmail.com> | 2023-01-01 02:15:08 -0500 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-01-01 08:48:29 -0300 |
| commit | da7899cebefef4b652fcb10cab26adca239d4c54 (patch) | |
| tree | 42baa2859df8ad524dbddfcbf503e57be284a120 /25.md | |
| parent | 329cd8d8a19fd1dcb12df7eb7a5d640b2a5b6bf8 (diff) | |
25.md:15: interepreted ==> interpreted
Diffstat (limited to '25.md')
| -rw-r--r-- | 25.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -12,7 +12,7 @@ A reaction is a `kind 7` note that is used to react to other notes. | |||
| 12 | The generic reaction, represented by the `content` set to a `+` string, SHOULD | 12 | The generic reaction, represented by the `content` set to a `+` string, SHOULD |
| 13 | be interpreted as a "like" or "upvote". | 13 | be interpreted as a "like" or "upvote". |
| 14 | 14 | ||
| 15 | A reaction with `content` set to `-` SHOULD be interepreted as a "dislike" or | 15 | A reaction with `content` set to `-` SHOULD be interpreted as a "dislike" or |
| 16 | "downvote". It SHOULD NOT be counted as a "like", and MAY be displayed as a | 16 | "downvote". It SHOULD NOT be counted as a "like", and MAY be displayed as a |
| 17 | downvote or dislike on a post. A client MAY also choose to tally likes against | 17 | downvote or dislike on a post. A client MAY also choose to tally likes against |
| 18 | dislikes in a reddit-like system of upvotes and downvotes, or display them as | 18 | dislikes in a reddit-like system of upvotes and downvotes, or display them as |