summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <id@joeyh.name>2014-12-05 13:40:44 -0400
committerGravatar Joey Hess <id@joeyh.name>2014-12-05 13:40:44 -0400
commited30f89a1d424ce82eab01c6ec05d84007e69fdc (patch)
tree4a1659d73dfb828ba6ab029f884afc34b1c7bead /doc
parent145440be192be7e01e0f6d0f2303deb5a8ab363e (diff)
fix language
Diffstat (limited to 'doc')
-rw-r--r--doc/design/external_special_remote_protocol.mdwn2
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.