From 03c1287d75b9923ccb76c2782af01f8452abce1b Mon Sep 17 00:00:00 2001 From: Justin Dorfman Date: Wed, 29 Jan 2025 13:44:58 -0800 Subject: [PATCH] Fix typo --- docs/cody/capabilities/debug-code.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cody/capabilities/debug-code.mdx b/docs/cody/capabilities/debug-code.mdx index fb9cd4871..f637003ec 100644 --- a/docs/cody/capabilities/debug-code.mdx +++ b/docs/cody/capabilities/debug-code.mdx @@ -33,7 +33,7 @@ You can detect code smells by the **find-code-smells** prompt from the Prompts d ## Code Actions -Code Actions are available onlyin Cody VS Code extension. +Code Actions are available only in Cody VS Code extension. When you make a mistake while writing code, Cody's **Code Actions** come into play and a red warning triggers. Along with this, you get a lightbulb icon. If you click on this lightbulb icon, there is an **Ask Cody to fix** option.