From 836e6c81d1dc81b177e244b91af418d6aee2aa94 Mon Sep 17 00:00:00 2001 From: Maxime Dor Date: Thu, 26 Oct 2017 12:37:25 +0200 Subject: [PATCH] Fix spelling --- api/identity/lookup.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/identity/lookup.yaml b/api/identity/lookup.yaml index 4d5ab5b7..385e8a60 100644 --- a/api/identity/lookup.yaml +++ b/api/identity/lookup.yaml @@ -85,8 +85,8 @@ paths: description: The signatures of the verifying identity services which show that the association should be trusted, if you trust the verifying identity services. "/bulk_lookup": post: - summary: Lookup Matrix user IDs for a list of 3pid. - description: Lookup Matrix user IDs for a list of 3pid. + summary: Lookup Matrix user IDs for a list of 3pids. + description: Lookup Matrix user IDs for a list of 3pids. parameters: - in: body name: body @@ -109,7 +109,7 @@ paths: items: type: string title: 3PID medium or address - description: an array of array containing the `3PID Medium type`_ in first position and the 3PID Address in second position. + description: an array of arrays containing the `3PID Medium type`_ in first position and the 3PID Address in second position. required: - "threepids" responses: