diff options
Diffstat (limited to 'packages/core/src/tools/read-many-files.ts')
| -rw-r--r-- | packages/core/src/tools/read-many-files.ts | 2 |
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[] = [ |
