Skip to content

Commit c38dc52

Browse files
committed
fix: @joshghent suggestion
fix the jsdocs keyword @returs to @returns
1 parent 0cc4623 commit c38dc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ QueryString.prototype.stringify = function (params, options) {
5050
/**
5151
* Add the query stringify method
5252
* @param {string | any} queryStr - The query string to parse into an object. If any type other than string, just returns it
53-
* @returs {object} Returns query-string as object
53+
* @returns {object} Returns query-string as object
5454
*/
5555
QueryString.prototype.parse = function (queryStr) {
5656
let obj = Object.create(null);

0 commit comments

Comments
 (0)