@@ -997,7 +997,7 @@ changes:
997
997
exists. Use the ` errorOnExist` option to change this behavior.
998
998
**Default:** ` true ` .
999
999
* ` mode` {integer} modifiers for copy operation. **Default:** ` 0 ` .
1000
- See ` mode` flag of [` fsPromises .copyFile ()` ][]
1000
+ See ` mode` flag of [` fsPromises .copyFile ()` ][].
1001
1001
* ` preserveTimestamps` {boolean} When ` true ` timestamps from ` src` will
1002
1002
be preserved. **Default:** ` false ` .
1003
1003
* ` recursive` {boolean} copy directories recursively **Default:** ` false `
@@ -2328,7 +2328,7 @@ changes:
2328
2328
exists. Use the `errorOnExist` option to change this behavior.
2329
2329
**Default:** `true`.
2330
2330
* `mode` {integer} modifiers for copy operation. **Default:** `0`.
2331
- See `mode` flag of [`fs.copyFile()`][]
2331
+ See `mode` flag of [`fs.copyFile()`][].
2332
2332
* `preserveTimestamps` {boolean} When `true` timestamps from `src` will
2333
2333
be preserved. **Default:** `false`.
2334
2334
* `recursive` {boolean} copy directories recursively **Default:** `false`
@@ -5233,7 +5233,7 @@ changes:
5233
5233
exists . Use the ` errorOnExist` option to change this behavior.
5234
5234
** Default: ** ` true` .
5235
5235
* ` mode` {integer} modifiers for copy operation. ** Default: ** ` 0` .
5236
- See ` mode` flag of [` fs.copyFileSync()` ][]
5236
+ See ` mode` flag of [` fs.copyFileSync()` ][].
5237
5237
* ` preserveTimestamps` {boolean} When ` true` timestamps from ` src` will
5238
5238
be preserved. ** Default: ** ` false` .
5239
5239
* ` recursive` {boolean} copy directories recursively ** Default: ** ` false`
0 commit comments