File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ module.exports = {
7878
7979| Name | Type | Default | Description |
8080| :-------------------------------------: | :------------------: | :---------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------- |
81- | [ ` from ` ] ( #from ) | ` {String} ` | ` undefined ` | Glob or path from where we сopy files. |
81+ | [ ` from ` ] ( #from ) | ` {String} ` | ` undefined ` | Glob or path from where we copy files. |
8282| [ ` to ` ] ( #to ) | ` {String\|Function} ` | ` compiler.options.output ` | Output path. |
8383| [ ` context ` ] ( #context ) | ` {String} ` | ` options.context \|\| compiler.options.context ` | A path that determines how to interpret the ` from ` path. |
8484| [ ` globOptions ` ] ( #globoptions ) | ` {Object} ` | ` undefined ` | [ Options] [ glob-options ] passed to the glob pattern matching library including ` ignore ` option. |
@@ -96,7 +96,7 @@ module.exports = {
9696Type: ` String `
9797Default: ` undefined `
9898
99- Glob or path from where we сopy files.
99+ Glob or path from where we copy files.
100100Globs accept [ fast-glob pattern-syntax] ( https://github.com/mrmlnc/fast-glob#pattern-syntax ) .
101101Glob can only be a ` string ` .
102102
@@ -480,14 +480,14 @@ module.exports = {
480480 plugins: [
481481 new CopyPlugin ({
482482 patterns: [
483- // Сopied second and will overwrite "dir_2/file.txt"
483+ // Copied second and will overwrite "dir_2/file.txt"
484484 {
485485 from: " dir_1/file.txt" ,
486486 to: " newfile.txt" ,
487487 force: true ,
488488 priority: 10 ,
489489 },
490- // Сopied first
490+ // Copied first
491491 {
492492 from: " dir_2/file.txt" ,
493493 to: " newfile.txt" ,
You can’t perform that action at this time.
0 commit comments