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 0cc4623 commit c38dc52Copy full SHA for c38dc52
index.js
@@ -50,7 +50,7 @@ QueryString.prototype.stringify = function (params, options) {
50
/**
51
* Add the query stringify method
52
* @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
+ * @returns {object} Returns query-string as object
54
*/
55
QueryString.prototype.parse = function (queryStr) {
56
let obj = Object.create(null);
0 commit comments