smartcar / node-sdk

Smartcar Node.js SDK
MIT License
49 stars 14 forks source link

Should be 'param' instead of 'params' for JSDoc to parse #103

Closed sankethkatta closed 4 years ago

sankethkatta commented 4 years ago

https://github.com/smartcar/node-sdk/blob/33008d8a44979f156ff4d918dae6b953b752730d/lib/vehicle.js#L490


-  * @params {string[]} paths - A list of paths of endpoints to send requests to. 
+  * @param {String[]} paths - A list of paths of endpoints to send requests to. 
gurpreetatwal commented 4 years ago

fixed in #104