Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b8ec864

Browse files
committedMar 12, 2024
Fix typos and capitalize "Google" in code review instructions
1 parent a64d35c commit b8ec864

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎docs/get-started/analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ image: "/preview_meta.jpg"
2323
<meta name="twitter:description" content="Accelerate Code Reviews with AI" />
2424
</head>
2525

26-
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.
26+
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.
2727

2828
Dashboard displays the following information:
2929

‎docs/guides/customize-coderabbit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ settings:
138138
path_based_instructions:
139139
- path: "**/*.js"
140140
instructions:
141-
"Review the javascript code against the google javascript style guide
141+
"Review the javascript code against the Google Javascript style guide
142142
and point out any mismatches"
143143
- path: "tests/**/*"
144144
instructions:
@@ -208,7 +208,7 @@ Reviews can also be customized through the UI under repository settings:
208208
**Path based instructions :** Provide additional review guidelines based on the
209209
file paths using glob patterns.
210210

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

214214
**Language Selection:** Select the natural language in which you want the review

‎docs/guides/prompt-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Adding file path prompts allows developers to specify custom instructions for di
3232

3333
**path:** `**/*.js`
3434

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

3737
**path:** `tests/**.*`
3838

0 commit comments

Comments
 (0)
Please sign in to comment.