mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-08 04:24:10 +01:00
Merge pull request #1860 from matrix-org/travis/fix-spelling-1
Fix spelling mistake: endponts -> endpoints
This commit is contained in:
commit
1f05c44a0b
|
|
@ -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…
Reference in a new issue