Skip to content

Commit

Permalink
docs: fix a typo in README.md (#344)
Browse files Browse the repository at this point in the history
Fix a typo in README.md. `'warning'` should be `'warn'`.
  • Loading branch information
wuct authored and evilebottnawi committed Feb 20, 2019
1 parent 517433e commit d5788db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -373,7 +373,7 @@ module.exports = {

| Name | Type | Default | Description |
| :---------------------------------: | :---------: | :------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------ |
| [`logLevel`](#logLevel) | `{String}` | **`'warning'`** | Level of messages that the module will log |
| [`logLevel`](#logLevel) | `{String}` | **`'warn'`** | Level of messages that the module will log |
| [`ignore`](#ignore) | `{Array}` | `[]` | Array of globs to ignore (applied to `from`) |
| [`context`](#context) | `{String}` | `compiler.options.context` | A path that determines how to interpret the `from` path, shared for all patterns |
| [`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 |
Expand Down

0 comments on commit d5788db

Please sign in to comment.