doc: fix typos in various files (#6294)

This commit is contained in:
Didier Durand
2025-12-28 20:06:25 +01:00
committed by GitHub
parent ffd20b4477
commit 29d8557d41
5 changed files with 6 additions and 6 deletions

View File

@@ -2,5 +2,5 @@
- Supports glob patterns like "**/*.js" or "src/**/*.ts"
- Returns matching file paths sorted by modification time
- Use this tool when you need to find files by name patterns
- When you are doing an open ended search that may require multiple rounds of globbing and grepping, use the Task tool instead
- When you are doing an open-ended search that may require multiple rounds of globbing and grepping, use the Task tool instead
- You have the capability to call multiple tools in a single response. It is always better to speculatively perform multiple searches as a batch that are potentially useful.