Skip to content

Commit 75e4421

Browse files
dhurlburtusaskipjack
authored andcommitted
docs(config): fix output.hashDigest description (#1369)
Appears to have been a clip-n-paste error from output.hashFunction's description.
1 parent eeca4b3 commit 75e4421

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/configuration/output.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ contributors:
88
- mattce
99
- irth
1010
- fvgs
11+
- dhurlburtusa
1112
---
1213

1314
The top-level `output` key contains set of options instructing webpack on how and where it should output your bundles, assets and anything else you bundle or load with webpack.
@@ -216,7 +217,7 @@ T> When using the [`ExtractTextWebpackPlugin`](/plugins/extract-text-webpack-plu
216217

217218
## `output.hashDigest`
218219

219-
The hashing algorithm to use, defaults to `'hex'`. All functions from Node.JS' [`hash.digest`](https://nodejs.org/api/crypto.html#crypto_hash_digest_encoding) are supported.
220+
The encoding to use when generating the hash, defaults to `'hex'`. All encodings from Node.JS' [`hash.digest`](https://nodejs.org/api/crypto.html#crypto_hash_digest_encoding) are supported.
220221

221222

222223
## `output.hashDigestLength`

0 commit comments

Comments
 (0)