Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
docs: fix productSearch example (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored and JustinBeckwith committed Dec 4, 2018
1 parent e7a26fc commit 4048cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ module.exports = apiVersion => {
* };
*
* client
* .webDetection(request)
* .productSearch(request)
* .then(response => {
* // doThingsWith(response);
* })
Expand Down

0 comments on commit 4048cec

Please sign in to comment.