From 7e94cd5a0bff5b3c9cc50ebb231db2d2419cbae6 Mon Sep 17 00:00:00 2001 From: Nathan Musoke Date: Sat, 20 Jan 2018 19:15:01 +1300 Subject: [PATCH] Typo in client-server spec: ether -> either --- specification/client_server_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/client_server_api.rst b/specification/client_server_api.rst index 326ff282..464d20ae 100644 --- a/specification/client_server_api.rst +++ b/specification/client_server_api.rst @@ -192,7 +192,7 @@ requests can be handled correctly. By default, the `Login`_ and `Registration`_ processes auto-generate a new ``device_id``. A client is also free to generate its own ``device_id`` or, -provided the user remains the same, reuse a device: in ether case the client +provided the user remains the same, reuse a device: in either case the client should pass the ``device_id`` in the request body. If the client sets the ``device_id``, the server will invalidate any access token previously assigned to that device. There is therefore at most one active access token assigned to