Skip to content

Commit 7dd02e9

Browse files
committed
tweaks
1 parent 6203b7b commit 7dd02e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guides/code-review-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ These interactions can serve several purposes:
5757
### Chat with CodeRabbit {#chat}
5858

5959
You can have open-ended, natural-language discussion with CodeRabbit during a code review, treating it
60-
as an LLM-powered chat bot that has your entire code repository available for context. For more information, see [CodeRabbit Chat](/guides/agent_chat).
60+
as an LLM-powered chatbot that has your entire code repository available for context. For more information, see [CodeRabbit Chat](/guides/agent_chat).
6161

6262
### Manage CodeRabbit review behavior {#manage}
6363

docs/guides/generate-improvements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ such as with the following examples:
2828
- `@coderabbitai Add input validation with proper error messages to these new functions.`
2929
- `@coderabbitai Break this large function into smaller, more focused methods.`
3030

31-
Beyond this kind of free-form request, you can also give CodeRabbit keyword-based
31+
In addition to this kind of free-form request, you can also give CodeRabbit keyword-based
3232
commands for common code-generation requests, as described in [Code generation commands](#commands).
3333
This includes the `plan` keyword, which acts as shorthand for the first prompt on the
3434
previous list.

0 commit comments

Comments
 (0)