summary refs log tree commit diff
path: root/docs/server-server
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2014-09-05 18:22:24 +0100
committerMark Haines <mark.haines@matrix.org>2014-09-05 18:22:24 +0100
commite0fa4cf8743f80264995de502c0d4e98a5500a2b (patch)
tree2613e7a6483f99073d80930b4a42dcf3835207e7 /docs/server-server
parentAdd docs on how to sign json (diff)
downloadsynapse-e0fa4cf8743f80264995de502c0d4e98a5500a2b.tar.xz
Spelling
Diffstat (limited to 'docs/server-server')
-rw-r--r--docs/server-server/signing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/server-server/signing.rst b/docs/server-server/signing.rst
index 35a4224f56..bf85443dfa 100644
--- a/docs/server-server/signing.rst
+++ b/docs/server-server/signing.rst
@@ -4,7 +4,7 @@ Signing JSON
 JSON is signed by encoding the JSON object without ``signatures`` or ``meta``
 keys using a canonical encoding. The JSON bytes are then signed using the
 signature algorithm and the signature encoded using base64 with the padding
-striped. The resulting base64 signature is added to an object under the
+stripped. The resulting base64 signature is added to an object under the
 *signing key identifier* which is added to the ``signatures`` object under the
 name of the server signing it which is added back to the original JSON object
 along with the ``meta`` object.