Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
angeal185 committed Jun 24, 2020
1 parent 089115e commit bb2055a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2530,8 +2530,8 @@ app.qs will return a serialized query string from valid json object
/**
* app.qs(items, sep, eq)
* @param {object} items // query string object
* @param {string} sep query string separetor ~ defalts to &
* @param {string} eq query string equals ~ defalts to =
* @param {string} sep // query string separetor ~ defalts to &
* @param {string} eq // query string equals ~ defalts to =
**/

var data = {
Expand Down

0 comments on commit bb2055a

Please sign in to comment.