Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typos and capitalize "Google" in code review instructions
  • Loading branch information
karan925 committed Mar 12, 2024
commit b8ec864f264e1dc1fb5c8f89b775027c6f358dea
2 changes: 1 addition & 1 deletion docs/get-started/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ image: "/preview_meta.jpg"
<meta name="twitter:description" content="Accelerate Code Reviews with AI" />
</head>

CodeRabbit Dashboard displays organization's pull request activity and value provided by CodeRabbit reviews. This includes the number of pull requests reviewed, actionable items,optional comments and more.
CodeRabbit Dashboard displays organization's pull request activity and value provided by CodeRabbit reviews. This includes the number of pull requests reviewed, actionable items, optional comments and more.

Dashboard displays the following information:

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/customize-coderabbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ settings:
path_based_instructions:
- path: "**/*.js"
instructions:
"Review the javascript code against the google javascript style guide
"Review the javascript code against the Google Javascript style guide
and point out any mismatches"
- path: "tests/**/*"
instructions:
Expand Down Expand Up @@ -208,7 +208,7 @@ Reviews can also be customized through the UI under repository settings:
**Path based instructions :** Provide additional review guidelines based on the
file paths using glob patterns.

For further guidance please refer this
For further guidance, please refer this
section [Prompt Customization](/guides/prompt-customization)

**Language Selection:** Select the natural language in which you want the review
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/prompt-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Adding file path prompts allows developers to specify custom instructions for di

**path:** `**/*.js`

**instructions:** Review the javascript code against the google javascript style guide and point out any mismatches
**instructions:** Review the javascript code against the Google Javascript style guide and point out any mismatches

**path:** `tests/**.*`

Expand Down