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

Commit

Permalink
docs: misspelt listMarketPlaceParticipations
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 30, 2020
1 parent 6043664 commit 936531b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ This is returned along with the API's response
const [
marketplaceParticipationsList,
requestMeta,
] = await sellers.1etplaceParticipationsByNextToken(nextToken)
] = await sellers.listMarketplaceParticipationsByNextToken(nextToken)
const nextToken = marketplaceParticipationsList.NextToken
/**
* NextToken is possibly undefined
Expand Down

0 comments on commit 936531b

Please sign in to comment.