@@ -997,7 +997,7 @@ changes:
997997 exists. Use the ` errorOnExist` option to change this behavior.
998998 **Default:** ` true ` .
999999 * ` mode` {integer} modifiers for copy operation. **Default:** ` 0 ` .
1000- See ` mode` flag of [` fsPromises .copyFile ()` ][]
1000+ See ` mode` flag of [` fsPromises .copyFile ()` ][].
10011001 * ` preserveTimestamps` {boolean} When ` true ` timestamps from ` src` will
10021002 be preserved. **Default:** ` false ` .
10031003 * ` recursive` {boolean} copy directories recursively **Default:** ` false `
@@ -2328,7 +2328,7 @@ changes:
23282328 exists. Use the `errorOnExist` option to change this behavior.
23292329 **Default:** `true`.
23302330 * `mode` {integer} modifiers for copy operation. **Default:** `0`.
2331- See `mode` flag of [`fs.copyFile()`][]
2331+ See `mode` flag of [`fs.copyFile()`][].
23322332 * `preserveTimestamps` {boolean} When `true` timestamps from `src` will
23332333 be preserved. **Default:** `false`.
23342334 * `recursive` {boolean} copy directories recursively **Default:** `false`
@@ -5233,7 +5233,7 @@ changes:
52335233 exists . Use the ` errorOnExist` option to change this behavior.
52345234 ** Default: ** ` true` .
52355235 * ` mode` {integer} modifiers for copy operation. ** Default: ** ` 0` .
5236- See ` mode` flag of [` fs.copyFileSync()` ][]
5236+ See ` mode` flag of [` fs.copyFileSync()` ][].
52375237 * ` preserveTimestamps` {boolean} When ` true` timestamps from ` src` will
52385238 be preserved. ** Default: ** ` false` .
52395239 * ` recursive` {boolean} copy directories recursively ** Default: ** ` false`
0 commit comments