Skip to content

Commit 26031e3

Browse files
authoredApr 29, 2024··
docs: fix typo in function description (#161)
PR-URL: #161
1 parent 2294a8f commit 26031e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ function parse(str, options) {
9595
/**
9696
* Serialize data into a cookie header.
9797
*
98-
* Serialize the a name value pair into a cookie string suitable for
99-
* http headers. An optional options object specified cookie parameters.
98+
* Serialize a name value pair into a cookie string suitable for
99+
* http headers. An optional options object specifies cookie parameters.
100100
*
101101
* serialize('foo', 'bar', { httpOnly: true })
102102
* => "foo=bar; httpOnly"

0 commit comments

Comments
 (0)
Please sign in to comment.