Fix spelling mistake: endponts -> endpoints

Fixes https://github.com/matrix-org/matrix-doc/issues/1677
This commit is contained in:
Travis Ralston 2019-02-06 22:18:56 -07:00
parent 681a4f0387
commit 85578f9842
3 changed files with 3 additions and 1 deletions

View file

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

View file

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

View file

@ -73,7 +73,7 @@ MUST be encoded as UTF-8. Clients are authenticated using opaque
``access_token`` strings (see `Client Authentication`_ for details), passed as a
query string parameter on all requests.
The names of the API endponts for the HTTP transport follow a convention of
The names of the API endpoints for the HTTP transport follow a convention of
using underscores to separate words (for example ``/delete_devices``). The key
names in JSON objects passed over the API also follow this convention.