Skip to content

Commit

Permalink
chore: fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eronmmer committed Apr 2, 2021
1 parent 0bbc93d commit 171966d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Promise fulfilled with object having properties:
- `offset` {Number} - Only if specified or default `page`/`offset` values were used
- `prevPage` {Number} - Previous page number if available or `null`
- `nextPage` {Number} - Next page number if available or `null`
- `pagingCounter` {Number} - The starting index/serial/chronological number of first document in current page. (Eg: if page=2 and limit=10, then pagingCounter will be 11)
- `pagingCounter` {Number} - The starting index number of the first document in the current page.
- `meta` {Object} - Request meta data from Ottoman.
- `paginationMetaData` {Object} - Object of pagination meta data (Disabled by default).

Expand Down

0 comments on commit 171966d

Please sign in to comment.