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

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

Release Notes:

- N/A
This commit is contained in:
Danilo Leal
2025-09-03 18:46:35 -03:00
committed by GitHub
parent 3b7dbb87b0
commit bf1ae1d196
+3 -2
View File
@@ -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}