Skip to content

Commit 1a02b65

Browse files
committed
Fix typos and capitalize JavaScript in code review instructions
1 parent 1486013 commit 1a02b65

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/get-started/analytics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Dashboard displays the following information:
3333
![Untitled](./images/cr_dash_dark.png#gh-dark-mode-only)
3434
![Untitled](./images/cr_dash_light.png#gh-light-mode-only)
3535

36-
Access the list of recent pull request reviewed.
36+
Access the list of recent pull requests reviewed.
3737

3838
![Untitled](./images/cr_history_dark.png#gh-dark-mode-only)
3939
![Untitled](./images/cr_history_light.png#gh-light-mode-only)

docs/guides/customize-coderabbit.md

+2-2
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:
@@ -205,7 +205,7 @@ Reviews can also be customized through the UI under repository settings:
205205

206206
[](../get-started/images/tailor2.png)
207207

208-
**Path based instructions :** Provide additional review guidelines based on the
208+
**Path-based instructions :** Provide additional review guidelines based on the
209209
file paths using glob patterns.
210210

211211
For further guidance, please refer this

docs/guides/prompt-customization.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ image: "/preview_meta.jpg"
2222
<meta name="twitter:description" content="Accelerate Code Reviews with AI" />
2323
</head>
2424

25-
### Path based instructions[](https://coderabbit.ai/docs/prompt-customization#path-based-instructions)
25+
### Path-based instructions[](https://coderabbit.ai/docs/prompt-customization#path-based-instructions)
2626

2727
This section explains how to add custom code review instructions for the entire project or specific file paths in your project using glob patterns. Developers can provide tailored review guidelines based on the file paths. These instructions are needed only if you want the reviewer to follow specific instructions besides the standard review.
2828

@@ -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)