Skip to content

Commit f8250f2

Browse files
committed
Attending to CR critiques.
1 parent 967486f commit f8250f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/overview/introduction.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ slug: "/"
1313

1414
This page provides a conceptual introduction to CodeRabbit. For a hands-on tutorial, see [Quickstart](/getting-started/quickstart/).
1515

16-
## A repsonsive and insightful code reviewer
16+
## A responsive and insightful code reviewer
1717

1818
**CodeRabbit** is an AI-powered code reviewer that delivers context-aware feedback on pull requests within minutes, reducing the time and effort needed for manual code reviews. It complements manual reviews by providing a fresh perspective and catching issues that manual reviews often miss, enhancing the overall review quality.
1919

20-
Developers can interact directly with the CodeRabbit bot within their existing Git platform's pull request interface, in order to add context, ask questions, or even have the bot generate code. Over time, CodeRabbit learns from user input and improves its suggestions.
20+
Developers can interact directly with the CodeRabbit bot within their existing Git platform's pull request interface to add context, ask questions, or even have the bot generate code. Over time, CodeRabbit learns from user input and improves its suggestions.
2121

2222
<div class="video-container">
2323
<iframe src="https://www.youtube.com/embed/3SyUOSebG7E?si=i0oT9RAnH0PW81lY" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerPolicy="strict-origin-when-cross-origin" allowFullScreen></iframe>
@@ -33,7 +33,7 @@ Core CodeRabbit features include the following:
3333
- Works with contributors through natural-language conversation in comments.
3434
- Learns and adapts to your team's code style and review preferences.
3535
- Provides an observability dashboard of code-contribution activity.
36-
- Practices strong privacy and security, never retaining your code after reviewing it.
36+
- Practices strong privacy and security, with no retention of analyzed code.
3737
- Free for public repositories, flexible pricing for private code bases.
3838

3939
## Add CodeRabbit to your existing workflow
@@ -52,13 +52,13 @@ For example, if CodeRabbit uses a linter to suggest that your pull request use f
5252

5353
For a video introduction to this feature, see [CodeRabbit Learnings](https://www.youtube.com/watch?v=Yu0cmmOYA-U).
5454

55-
If you need to fine-tune CodeRabbit's behavior beyond this, then you can [add a CodeRabbit-specific configuration file](getting-started/configure-coderabbit) to your repository, or use the CodeRabbit web UI to set further preferences.
55+
If you need to fine-tune CodeRabbit's behavior beyond this, then you can [add a CodeRabbit-specific configuration file](/getting-started/configure-coderabbit) to your repository, or use the CodeRabbit web UI to set further preferences.
5656

5757
No matter how you tune and customize CodeRabbit, its default settings make it useful out of the box, able to meaningfully review pull requests within minutes of its introduction to a repository.
5858

5959
### Integrate CodeRabbit with your Git platform
6060

61-
CodeRabbit integrates in a just a few clicks with many popular Git platforms:
61+
CodeRabbit integrates in just a few clicks with many popular Git platforms:
6262

6363
- GitHub, including GitHub Enterprise Server
6464
- GitLab, including self-managed GitLab

0 commit comments

Comments
 (0)