Skip to content

Commit c2df761

Browse files
committed
update JS samples
1 parent 2df7ce5 commit c2df761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/client/petstore/javascript-es6/src/ApiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ class ApiClient {
362362
* @param {Array.<String>} accepts An array of acceptable response MIME types.
363363
* @param {(String|Array|ObjectFunction)} returnType The required type to return; can be a string for simple types or the
364364
* constructor for a complex type.
365-
* @param {String} apiBasePath base path defined in the operation/path level to override the default one
365+
* @param {String} apiBasePath base path defined in the operation/path level to override the default one
366366
* @param {module:ApiClient~callApiCallback} callback The callback function.
367367
* @returns {Object} The SuperAgent request object.
368368
*/

0 commit comments

Comments
 (0)