diff options
author | Joey Hess <id@joeyh.name> | 2014-12-05 13:40:44 -0400 |
---|---|---|
committer | Joey Hess <id@joeyh.name> | 2014-12-05 13:40:44 -0400 |
commit | ed30f89a1d424ce82eab01c6ec05d84007e69fdc (patch) | |
tree | 4a1659d73dfb828ba6ab029f884afc34b1c7bead | |
parent | 145440be192be7e01e0f6d0f2303deb5a8ab363e (diff) |
fix language
-rw-r--r-- | doc/design/external_special_remote_protocol.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn index 70ece65e1..4219f1193 100644 --- a/doc/design/external_special_remote_protocol.mdwn +++ b/doc/design/external_special_remote_protocol.mdwn @@ -112,7 +112,7 @@ The following requests *must* all be supported by the special remote. * `CHECKPRESENT Key` Requests the remote to check if a key is present in it. * `REMOVE Key` - Requests the remote to remove key's contents. + Requests the remote to remove a key's contents. The following requests can optionally be supported. If not handled, replying with `UNSUPPORTED-REQUEST` is acceptable. |