doc: fix typos in various files (#6196)

This commit is contained in:
Didier Durand
2025-12-26 17:21:33 +01:00
committed by GitHub
parent 2946a6d9a7
commit cf38884778
6 changed files with 7 additions and 7 deletions

View File

@@ -5,4 +5,4 @@
- Returns file paths and line numbers with at least one match sorted by modification time
- Use this tool when you need to find files containing specific patterns
- If you need to identify/count the number of matches within files, use the Bash tool with `rg` (ripgrep) directly. Do NOT use `grep`.
- 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