Skip to content

Commit 1947463

Browse files
committed
Remove word
1 parent c5ddcc5 commit 1947463

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/pkgs/find

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/pkgs/find/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function onPkgs( error, pkgs ) {
2727

2828
The function accepts the following `options`:
2929

30-
- **dir**: root directory from which to search for packages. May be either an absolute file path or a path relative to the current working directory. Default: current working directory.
30+
- **dir**: root directory from which to search for packages. May be either an absolute path or a path relative to the current working directory. Default: current working directory.
3131
- **pattern**: glob pattern used to find packages. Default: `'**/package.json'`.
3232
- **ignore**: list of glob patterns used to exclude matches.
3333

0 commit comments

Comments
 (0)