Skip to content

Commit acc7caf

Browse files
authored
docs: fix some typos
1 parent 010b6c7 commit acc7caf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,14 @@ and finally the third and last argument is a callback function which is executed
207207

208208
```js
209209
{
210-
verbose: bool, // print more information to console
211-
up: number, // slice a path off the bottom of the paths
212-
exclude: string, // exclude pattern
213-
all: bool, // include dot files
214-
dryRun: bool, // show what would be copied, without actually copying anything
215-
follow: bool, // follow symlinked directories when expanding ** patterns
216-
error: bool // raise errors if no files copied
217-
stat: bool // show statistics after execution (time + file count)
210+
verbose: boolean; // print more information to console
211+
up: number; // slice a path off the bottom of the paths
212+
exclude: string; // exclude pattern
213+
all: boolean; // include dot files
214+
dryRun: boolean; // show what would be copied, without actually copying anything
215+
follow: boolean; // follow symlinked directories when expanding ** patterns
216+
error: boolean; // raise errors if no files copied
217+
stat: boolean; // show statistics after execution (time + file count)
218218
rename: (src, dest) => string; // callback to transform the destination filename(s)
219219
}
220220
```

0 commit comments

Comments
 (0)