diff options
| author | sgmoore <git-sgmoore@users.noreply.github.com> | 2022-12-16 22:27:29 -0800 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2022-12-17 22:34:29 -0300 |
| commit | da6a7d0ee3dd492c87132caa7e4b005cd58b73b1 (patch) | |
| tree | 6a13b9849784ffdacdaa3063c5f628f8ab85e873 /20.md | |
| parent | 4f67f5c9990c4cd6594d453a5404af9cd1fd5951 (diff) | |
Minor grammar fixes
Minor grammar fix at lines 22 and 93.
Diffstat (limited to '20.md')
| -rw-r--r-- | 20.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -19,7 +19,7 @@ Relays MUST return `false` when the event was rejected and not saved. | |||
| 19 | 19 | ||
| 20 | The `message` SHOULD provide additional information as to why the command succeeded or failed. | 20 | The `message` SHOULD provide additional information as to why the command succeeded or failed. |
| 21 | 21 | ||
| 22 | The `message` SHOULD start with `blocked:` if the pubkey or network address has been blocked, banned or is not on a whitelist. | 22 | The `message` SHOULD start with `blocked:` if the pubkey or network address has been blocked, banned, or is not on a whitelist. |
| 23 | 23 | ||
| 24 | The `message` SHOULD start with `invalid:` if the event is invalid or doesn't meet some specific criteria (created_at is too far off, id is wrong, signature is wrong, etc) | 24 | The `message` SHOULD start with `invalid:` if the event is invalid or doesn't meet some specific criteria (created_at is too far off, id is wrong, signature is wrong, etc) |
| 25 | 25 | ||
| @@ -90,4 +90,4 @@ The prefixes include a colon so that the message can be cleanly separated from t | |||
| 90 | Future Extensions | 90 | Future Extensions |
| 91 | ----------------- | 91 | ----------------- |
| 92 | 92 | ||
| 93 | This proposal SHOULD be extended to support futher commands in the future, such as REQ and AUTH. They are left out of this initial version to keep things simpler. | 93 | This proposal SHOULD be extended to support further commands in the future, such as REQ and AUTH. They are left out of this initial version to keep things simpler. |