We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 2294a8f commit 26031e3Copy full SHA for 26031e3
index.js
@@ -95,8 +95,8 @@ function parse(str, options) {
95
/**
96
* Serialize data into a cookie header.
97
*
98
- * Serialize the a name value pair into a cookie string suitable for
99
- * 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.
100
101
* serialize('foo', 'bar', { httpOnly: true })
102
* => "foo=bar; httpOnly"
0 commit comments