Skip to content

Commit dc0a554

Browse files
docs(README): fix typo in options table (options.minRatio) (#85)
1 parent 1ce3024 commit dc0a554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = {
4444
|**`filename`**|`{Function}`|`false`|A `{Function}` `(asset) => asset` which receives the asset name (after processing `asset` option) and returns the new asset name|
4545
|**`algorithm`**|`{String\|Function}`|`gzip`|Can be `(buffer, cb) => cb(buffer)` or if a `{String}` is used the algorithm is taken from `zlib`|
4646
|**`threshold`**|`{Number}`|`0`|Only assets bigger than this size are processed. In bytes.|
47-
|**`minRatio`**|`{Number}`|`0.8`|Only assets that compress better that this ratio are processed|
47+
|**`minRatio`**|`{Number}`|`0.8`|Only assets that compress better than this ratio are processed|
4848
|**`deleteOriginalAssets`**|`{Boolean}`|`false`|Whether to delete the original assets or not|
4949

5050
### `test`

0 commit comments

Comments
 (0)