Skip to content

Commit

Permalink
docs: fix typo in function description (#161)
Browse files Browse the repository at this point in the history
PR-URL: #161
  • Loading branch information
jonboulle committed Apr 29, 2024
1 parent 2294a8f commit 26031e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Expand Up @@ -95,8 +95,8 @@ function parse(str, options) {
/**
* Serialize data into a cookie header.
*
* Serialize the a name value pair into a cookie string suitable for
* http headers. An optional options object specified cookie parameters.
* Serialize a name value pair into a cookie string suitable for
* http headers. An optional options object specifies cookie parameters.
*
* serialize('foo', 'bar', { httpOnly: true })
* => "foo=bar; httpOnly"
Expand Down

0 comments on commit 26031e3

Please sign in to comment.