From f3848d22418f762980e2328c547d6acef585d18f Mon Sep 17 00:00:00 2001 From: Enrique Gonzalez Date: Wed, 19 Nov 2025 13:30:13 -0800 Subject: [PATCH] Update index.mdx mention of Cody --- docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.mdx b/docs/index.mdx index 176980325..faee10af7 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -50,7 +50,7 @@ Some of the main Sourcegraph features include: | **Feature** | **Description** | | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | **Deep Search** | Natural language code search with a dedicated AI agent that explores your codebase | -| **Cody** | Cody is and AI coding assistant that writes, fixes, and maintains your code | +| **Cody** | Cody is an AI coding assistant that writes, fixes, and maintains your code | | **Code Navigation** | Jump-to-definition, find references, and other IDE-like code browsing features on any branch, commit, or PR/code review | | **Code Insights** | Reveal high-level information about your codebase at its current state and over time, to track migrations, version usage, vulnerability remediation, ownership, and more | | **Batch Changes** | Make large-scale code changes across many repositories and codehosts |