Skip to content

Commit

Permalink
Merge 26fd91a into 1dc306b
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanja-4732 committed Mar 4, 2019
2 parents 1dc306b + 26fd91a commit 2b3d71d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* deps: cookie@0.2.4
- perf: enable strict mode
- perf: use for loop in parse
- perf: use string concatination for serialization
- perf: use string concatenation for serialization

1.4.1 / 2016-01-11
==================
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ app.use(cookieParser())

### cookieParser.JSONCookie(str)

Parse a cookie value as a JSON cookie. This will return the parsed JSON value if it was a JSON cookie, otherwise it will return the passed value.
Parse a cookie value as a JSON cookie. This will return the parsed JSON value if it was a JSON cookie, otherwise, it will return the passed value.

### cookieParser.JSONCookies(cookies)

Expand Down

0 comments on commit 2b3d71d

Please sign in to comment.