Skip to content

Commit 133e8c4

Browse files
Ricky Blahadougwilson
authored andcommitted
Fix jsdoc comment for options parameter
closes #81
1 parent 52ff252 commit 133e8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var cacheControlNoTransformRegExp = /(?:^|,)\s*?no-transform\s*?(?:,|$)/
3939
/**
4040
* Compress response data with gzip / deflate.
4141
*
42-
* @param {Object} options
42+
* @param {Object} [options]
4343
* @return {Function} middleware
4444
* @public
4545
*/

0 commit comments

Comments
 (0)