We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df7ce5 commit c2df761Copy full SHA for c2df761
1 file changed
samples/client/petstore/javascript-es6/src/ApiClient.js
@@ -362,7 +362,7 @@ class ApiClient {
362
* @param {Array.<String>} accepts An array of acceptable response MIME types.
363
* @param {(String|Array|ObjectFunction)} returnType The required type to return; can be a string for simple types or the
364
* constructor for a complex type.
365
- * @param {String} apiBasePath base path defined in the operation/path level to override the default one
+ * @param {String} apiBasePath base path defined in the operation/path level to override the default one
366
* @param {module:ApiClient~callApiCallback} callback The callback function.
367
* @returns {Object} The SuperAgent request object.
368
*/
0 commit comments