Fix spelling mistake: endponts -> endpoints
Fixes https://github.com/matrix-org/matrix-doc/issues/1677
This commit is contained in:
parent
681a4f0387
commit
85578f9842
3 changed files with 3 additions and 1 deletions
|
@ -0,0 +1 @@
|
||||||
|
Fix various spelling mistakes throughout the specification.
|
|
@ -0,0 +1 @@
|
||||||
|
Fix various spelling mistakes throughout the specification.
|
|
@ -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
|
``access_token`` strings (see `Client Authentication`_ for details), passed as a
|
||||||
query string parameter on all requests.
|
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
|
using underscores to separate words (for example ``/delete_devices``). The key
|
||||||
names in JSON objects passed over the API also follow this convention.
|
names in JSON objects passed over the API also follow this convention.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue