summaryrefslogtreecommitdiff
path: root/packages/core/src/tools/read-many-files.ts
diff options
context:
space:
mode:
authorNoritaka Kobayashi <[email protected]>2025-06-26 13:34:53 +0900
committerGitHub <[email protected]>2025-06-26 04:34:53 +0000
commitdbe217828d71794e85e7b03592639be0b81463cb (patch)
tree257be9fe797e8ab2faaf4d8bf91faa05caaad503 /packages/core/src/tools/read-many-files.ts
parentb8ae12a109b2d85b925502f5afea02c624e418d6 (diff)
chore: fix typos in comment-out (#1540)
Co-authored-by: Scott Densmore <[email protected]>
Diffstat (limited to 'packages/core/src/tools/read-many-files.ts')
-rw-r--r--packages/core/src/tools/read-many-files.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/core/src/tools/read-many-files.ts b/packages/core/src/tools/read-many-files.ts
index 62430c10..4f8cb8fa 100644
--- a/packages/core/src/tools/read-many-files.ts
+++ b/packages/core/src/tools/read-many-files.ts
@@ -70,7 +70,7 @@ export interface ReadManyFilesParams {
/**
* Default exclusion patterns for commonly ignored directories and binary file types.
* These are compatible with glob ignore patterns.
- * TODO(adh): Consider making this configurable or extendable through a command line arguement.
+ * TODO(adh): Consider making this configurable or extendable through a command line argument.
* TODO(adh): Look into sharing this list with the glob tool.
*/
const DEFAULT_EXCLUDES: string[] = [