From 52692931d715a20943f76c552067493d923f4271 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 23 Apr 2015 22:41:53 +0100 Subject: [PATCH] fix typos --- specification/10_client_server_api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/10_client_server_api.rst b/specification/10_client_server_api.rst index b2b40b61..0d7d06d5 100644 --- a/specification/10_client_server_api.rst +++ b/specification/10_client_server_api.rst @@ -71,7 +71,7 @@ status 401 and a JSON object as folows:: "session": "xxxxxx" } -In addition to the ``flows``, this objects alows contains some extra +In addition to the ``flows``, this object contains some extra information: params @@ -197,9 +197,9 @@ OAuth2-based encoded ``redirect URI``. The home server acts as a 'confidential' client for the purposes of OAuth2. If -the uri is a ``sevice selection URI``, it MUST point to a webpage which prompts +the uri is a ``service selection URI``, it MUST point to a webpage which prompts the user to choose which service to authorize with. On selection of a service, -this MUST link through to an ``Authorization Request URI``. If there is only 1 +this MUST link through to an ``Authorization Request URI``. If there is only one service which the home server accepts when logging in, this indirection can be skipped and the "uri" key can be the ``Authorization Request URI``.