Skip to content

Commit

Permalink
chore: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Shaw <[email protected]>
  • Loading branch information
vasco-santos and Alan Shaw committed Nov 21, 2022
1 parent 717d56f commit 3b953fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/access-client/src/capabilities/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ export const list = base.derive({
nb: {
/**
* Item where a previous list operation stopped, inclusive of the previous
* result set. Use this value to start a new operation, inorder to paginate
* result set. Use this value to start a new operation, in order to paginate
* list.
*/
cursor: Schema.string().optional(),
/**
* Size of the page being requested to list.
* Maximum number of items per page.
*/
size: Schema.integer().optional(),
},
Expand Down
4 changes: 2 additions & 2 deletions packages/access-client/src/capabilities/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ export const list = base.derive({
nb: {
/**
* Item where a previous list operation stopped, inclusive of the previous
* result set. Use this value to start a new operation, inorder to paginate
* result set. Use this value to start a new operation, in order to paginate
* list.
*/
cursor: Schema.string().optional(),
/**
* Size of the page being requested to list.
* Maximum number of items per page.
*/
size: Schema.integer().optional(),
},
Expand Down

0 comments on commit 3b953fe

Please sign in to comment.