Skip to content

Commit 899fe9a

Browse files
authored
Merge branch 'main' into upgrade
2 parents dff9c5b + 8ee048f commit 899fe9a

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)