You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a typo found by @ichim-david
<!-- Explain the changes introduced in your PR -->
## Pull Request approval
You will need to get your PR approved by at least one member of the
Sourcegraph team. For reviews of docs formatting, styles, and component
usage, please tag the docs team via the #docs Slack channel.
Copy file name to clipboardExpand all lines: docs/cody/capabilities/debug-code.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ You can detect code smells by the **find-code-smells** prompt from the Prompts d
33
33
34
34
## Code Actions
35
35
36
-
<Callouttype="info">Code Actions are available onlyin Cody VS Code extension.</Callout>
36
+
<Callouttype="info">Code Actions are available only in Cody VS Code extension.</Callout>
37
37
38
38
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.
0 commit comments