Fix more typos throughout the specification

Fixes https://github.com/matrix-org/matrix-doc/issues/2193
This commit is contained in:
Travis Ralston 2020-05-25 12:24:29 -06:00
parent a1177cbd61
commit 669377888e
2 changed files with 2 additions and 1 deletions

View file

@ -34,7 +34,7 @@ paths:
Intermediate notary servers should cache a response for half of its Intermediate notary servers should cache a response for half of its
lifetime to avoid serving a stale response. Originating servers should lifetime to avoid serving a stale response. Originating servers should
avoid returning responses that expire in less than an hour to avoid avoid returning responses that expire in less than an hour to avoid
repeated reqests for a certificate that is about to expire. Requesting repeated requests for a certificate that is about to expire. Requesting
servers should limit how frequently they query for certificates to servers should limit how frequently they query for certificates to
avoid flooding a server with requests. avoid flooding a server with requests.

View file

@ -0,0 +1 @@
Fix various spelling errors throughout the specification.