Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ The MCP server provides tools for RAG-enhanced chat, semantic search, and settin

## 🛠️ Development

For developers who want to [contribute to OpenRAG](https://docs.openr.ag/support/contribute) or set up a development environment, see [CONTRIBUTING.md](CONTRIBUTING.md).
For developers who want to [contribute to OpenRAG](https://docs.openr.ag/support/contribute) or setup a development environment, see [CONTRIBUTING.md](CONTRIBUTING.md).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Use the verb form “set up” instead of “setup”.

In this sentence, the correct phrasing is “set up a development environment” (verb phrase), not “setup”.

Suggested fix
-For developers who want to [contribute to OpenRAG](https://docs.openr.ag/support/contribute) or setup a development environment, see [CONTRIBUTING.md](CONTRIBUTING.md).
+For developers who want to [contribute to OpenRAG](https://docs.openr.ag/support/contribute) or set up a development environment, see [CONTRIBUTING.md](CONTRIBUTING.md).
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
For developers who want to [contribute to OpenRAG](https://docs.openr.ag/support/contribute) or setup a development environment, see [CONTRIBUTING.md](CONTRIBUTING.md).
For developers who want to [contribute to OpenRAG](https://docs.openr.ag/support/contribute) or set up a development environment, see [CONTRIBUTING.md](CONTRIBUTING.md).
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 162, Replace the incorrect noun form "setup" with the verb
phrase "set up" in the sentence containing the link text "contribute to OpenRAG
or setup a development environment" so it reads "contribute to OpenRAG or set up
a development environment"; locate the sentence that references CONTRIBUTING.md
and update the wording only (keep links and punctuation unchanged).


## 🛟 Troubleshooting

Expand Down
Loading