From dbe217828d71794e85e7b03592639be0b81463cb Mon Sep 17 00:00:00 2001 From: Noritaka Kobayashi Date: Thu, 26 Jun 2025 13:34:53 +0900 Subject: chore: fix typos in comment-out (#1540) Co-authored-by: Scott Densmore --- packages/core/src/tools/read-many-files.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/core/src/tools') 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[] = [ -- cgit v1.2.3