Fixes typo (Lists -> List) (#510)

This commit is contained in:
Ornithologist Coder 2018-01-02 20:07:28 +01:00 committed by Eugen Rochko
parent 96667430c8
commit cc78b4a90c
1 changed files with 2 additions and 2 deletions

View File

@ -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