Skip to content

Commit 2fb2e19

Browse files
davvidbakerskipjack
authored andcommitted
docs(config): correct spelling of "substitution" (#1558)
1 parent 0a41bc7 commit 2fb2e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ This option is only used when [`devtool`](/configuration/devtool) uses a SourceM
615615

616616
Configure how source maps are named. By default `"[file].map"` is used.
617617

618-
The `[name]`, `[id]`, `[hash]` and `[chunkhash]` substitions from [#output-filename](#output-filename) can be used. In addition to those, you can use substitutions listed below. The `[file]` placeholder is replaced with the filename of the original file. We recommend __only using the `[file]` placeholder__, as the other placeholders won't work when generating SourceMaps for non-chunk files.
618+
The `[name]`, `[id]`, `[hash]` and `[chunkhash]` substitutions from [#output-filename](#output-filename) can be used. In addition to those, you can use substitutions listed below. The `[file]` placeholder is replaced with the filename of the original file. We recommend __only using the `[file]` placeholder__, as the other placeholders won't work when generating SourceMaps for non-chunk files.
619619

620620
| Template | Description |
621621
| -------------------------- | ----------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)