diff --git a/src/helpers.js b/src/helpers.js index b05ef85e..2d95494c 100644 --- a/src/helpers.js +++ b/src/helpers.js @@ -871,7 +871,7 @@ module.exports = apiVersion => { * }; * * client - * .webDetection(request) + * .productSearch(request) * .then(response => { * // doThingsWith(response); * })