Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
docs: change wording for function arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Feb 19, 2021
1 parent 1bdbe0d commit e63ec0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@

- **Arguments**:

- `{string | number} URL, URL path or ID`
- `{Object} [options]`
- identifier: `{string | number} URL, URL path or ID`
- options?: `{Object}`
- `{number} [limit] Limit the amount of tracks returned. Defaults to 50.`
- `{string} [client_id] client_id for APIv2`

Expand Down Expand Up @@ -75,8 +75,8 @@

- **Arguments**:

- `{string | number} URL, URL path or ID`
- `{Object} [options]`
- identifier: `{string | number} URL, URL path or ID`
- options?: `{Object}`
- `{number} [limit] Limit the amount of likes returned. Defaults to 50.`
- `{string} [client_id] client_id for APIv2`

Expand Down Expand Up @@ -143,8 +143,8 @@

- **Arguments**:

- `{string} query`
- `{Object} [options]`
- query: `{string}`
- options?: `{Object}`
- `{number} [limit] Limit the amount of items returned. Defaults to 20.`
- `{string} [client_id] client_id for APIv2`

Expand Down

0 comments on commit e63ec0d

Please sign in to comment.