Skip to content

Commit d5788db

Browse files
wuctevilebottnawi
authored andcommitted
docs: fix a typo in README.md (#344)
Fix a typo in README.md. `'warning'` should be `'warn'`.
1 parent 517433e commit d5788db

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
@@ -373,7 +373,7 @@ module.exports = {
373373

374374
| Name | Type | Default | Description |
375375
| :---------------------------------: | :---------: | :------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------ |
376-
| [`logLevel`](#logLevel) | `{String}` | **`'warning'`** | Level of messages that the module will log |
376+
| [`logLevel`](#logLevel) | `{String}` | **`'warn'`** | Level of messages that the module will log |
377377
| [`ignore`](#ignore) | `{Array}` | `[]` | Array of globs to ignore (applied to `from`) |
378378
| [`context`](#context) | `{String}` | `compiler.options.context` | A path that determines how to interpret the `from` path, shared for all patterns |
379379
| [`copyUnmodified`](#copyUnmodified) | `{Boolean}` | `false` | Copies files, regardless of modification when using watch or `webpack-dev-server`. All files are copied on first build, regardless of this option |

0 commit comments

Comments
 (0)