From cc78b4a90c2a2d0486fe9178e1807f5b0c0251bb Mon Sep 17 00:00:00 2001 From: Ornithologist Coder Date: Tue, 2 Jan 2018 20:07:28 +0100 Subject: [PATCH] Fixes typo (Lists -> List) (#510) --- Using-the-API/API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index 0ec5e197..b72f2c22 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -393,7 +393,7 @@ Returns [Accounts](#account) in the list. If you specify `limit=0` in the query, GET /api/v1/lists/:id -Returns a [Lists](#list). +Returns the specified [List](#list). #### Creating and updating a list @@ -406,7 +406,7 @@ Form data: | ---------------- | --------------------- | --------- | | `title` | The title of the list | no | -Returns a [Lists](#list). +Returns a new or updated [List](#list). #### Deleting a list