From 6eaa84179e1bc90304fc87631b0eb8fd1bdeec27 Mon Sep 17 00:00:00 2001 From: Utkarsh Kankal Date: Fri, 23 Jan 2026 22:50:25 +0530 Subject: [PATCH] fix: claude typo (#1604) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/examples/claude-code-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/claude-code-usage.md b/docs/examples/claude-code-usage.md index 92349b9a..ff37e2ce 100644 --- a/docs/examples/claude-code-usage.md +++ b/docs/examples/claude-code-usage.md @@ -131,7 +131,7 @@ The Claude Code settings can be specified globally in the `claudeCode` section o } ``` -- For a full list of Cluaude Code settings, see the [Claude Code Settings documentation](https://docs.anthropic.com/en/docs/claude-code/settings). +- For a full list of Claude Code settings, see the [Claude Code Settings documentation](https://docs.anthropic.com/en/docs/claude-code/settings). - For a full list of AI powered command names, see this file: `src/constants/commands.js` ### Why These Settings Matter