Skip to content

Commit 8ee048f

Browse files
authored
Fix typo in prompts-guide (#1131)
Fix typo in prompts-guide <!-- 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.
1 parent ab5b850 commit 8ee048f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cody/prompts-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ This prompt can help you if you want to generate unit tests for your code based
270270

271271
>You're working with Golang and need Cody to generate unit tests that comply with your team’s conventions. Your organization follows a specific structure for tests, including table-driven tests and `require` from the `testify` package for assertions. However, Cody might provide a simple test that does not align with your standards.
272272
273-
While you can use the default `generate-unit-tests` prompt but to get the desired output, you can customize e the prompt to include the following:
273+
While you can use the default `generate-unit-tests` prompt but to get the desired output, you can customize the prompt to include the following:
274274

275275
```
276276
Please generate Golang unit tests that adhere to the following conventions:

0 commit comments

Comments
 (0)