From 5147a3b975d258699831fbe49358274b68a8cba5 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 14 Nov 2017 17:14:56 +0000 Subject: [PATCH] Fix broken links & grammar --- api/identity/lookup.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/identity/lookup.yaml b/api/identity/lookup.yaml index 285844c0..7cd7fded 100644 --- a/api/identity/lookup.yaml +++ b/api/identity/lookup.yaml @@ -111,7 +111,7 @@ paths: items: type: string title: 3PID medium or address - description: an array of arrays containing the `3PID Medium type`_ in first position and the 3PID Address in second position. + description: an array of arrays containing the `3PID Types`_ with the ``medium`` in first position and the ``address`` in second position. required: - "threepids" responses: @@ -135,6 +135,6 @@ paths: items: type: string title: 3PID medium or address or the Matrix ID - description: an array of array containing the `3PID Medium type`_ in first position, the 3PID Address in second position and Matrix ID is in third position. + description: an array of array containing the `3PID Types`_ with the ``medium`` in first position, the ``address`` in second position and Matrix ID in third position. required: - "threepids"