docs: Fix typo in the `CLAUDE.md` section (#37497)

Danilo Leal created

Follow-up to https://github.com/zed-industries/zed/pull/37496. Fix a
typo and improves writing overall.

Release Notes:

- N/A

Change summary

docs/src/ai/external-agents.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Detailed changes

docs/src/ai/external-agents.md 🔗

@@ -100,8 +100,9 @@ However, the SDK doesn't yet expose everything needed to fully support all of th
 
 #### CLAUDE.md
 
-If you already have a `CLAUDE.md` file in your project (either at the root of it or in subdirectories) or at your root `.claude` directory, Claude Code in Zed will use it.
-If you don't have one, you can make Claude Code create one for you through through the `init` slash command.
+Claude Code in Zed will automatically use any `CLAUDE.md` file found in your project root, project subdirectories, or root `.claude` directory.
+
+If you don't have a `CLAUDE.md` file, you can ask Claude Code to create one for you through the `init` slash command.
 
 ## Add Custom Agents {#add-custom-agents}