Skip to content

Commit

Permalink
Merge pull request #245 from timothystewart6/patch-1
Browse files Browse the repository at this point in the history
fix(docs): typo
  • Loading branch information
eXon authored Dec 27, 2019
2 parents a97969a + c944388 commit 41943ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/universal-cookie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Set a cookie value
- options (object): Support all the cookie options from RFC 6265
- path (string): cookie path, use `/` as the path if you want your cookie to be accessible on all pages
- expires (Date): absolute expiration date for the cookie
- maxAge (number): relative max age of the cookie from when the client receives it in second
- maxAge (number): relative max age of the cookie from when the client receives it in seconds
- domain (string): domain for the cookie (sub.domain.com or .allsubdomains.com)
- secure (boolean): Is only accessible through HTTPS?
- httpOnly (boolean): Is only the server can access the cookie?
Expand All @@ -61,7 +61,7 @@ Remove a cookie
- options (object): Support all the cookie options from RFC 6265
- path (string): cookie path, use `/` as the path if you want your cookie to be accessible on all pages
- expires (Date): absolute expiration date for the cookie
- maxAge (number): relative max age of the cookie from when the client receives it in second
- maxAge (number): relative max age of the cookie from when the client receives it in seconds
- domain (string): domain for the cookie (sub.domain.com or .allsubdomains.com)
- secure (boolean): Is only accessible through HTTPS?
- httpOnly (boolean): Is only the server can access the cookie?
Expand Down

0 comments on commit 41943ba

Please sign in to comment.