Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit1a02b65

Browse files
committed
Fix typos and capitalize JavaScript in code review instructions
1 parent1486013 commit1a02b65

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎docs/get-started/analytics.md‎

Lines changed: 1 addition & 1 deletion
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 pullrequest reviewed.
36+
Access the list of recent pullrequests 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‎

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 thejavascript code against the GoogleJavascript style guide
141+
"Review theJavaScript code against the GoogleJavaScript 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-
**Pathbased 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‎

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

25-
###Pathbased 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 thejavascript code against the GoogleJavascript style guide and point out any mismatches
35+
**instructions:** Review theJavaScript code against the GoogleJavaScript style guide and point out any mismatches
3636

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp