From b828c449affab7ba7aaede51ccb29eba9f275885 Mon Sep 17 00:00:00 2001 From: Jason McIntosh Date: Tue, 1 Jul 2025 17:10:42 -0400 Subject: [PATCH] Removed a typo, and rewrote a paragraph for clarity. --- docs/guides/initial-configuration.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/guides/initial-configuration.md b/docs/guides/initial-configuration.md index 3df69e8b..e702b081 100644 --- a/docs/guides/initial-configuration.md +++ b/docs/guides/initial-configuration.md @@ -77,8 +77,9 @@ By default, CodeRabbit writes thorough code reviews with several sub-sections. I ## Adjust path-specific CodeRabbit behavior {#path} -These settings direct CodeRabbit to treat various files and and locations in -your repository differently. +You can give CodeRabbit additional instructions for reviewing specific files or +locations in your repository, or configure CodeRabbit to disregard certain file paths +during code reviews. For an overview about using path-based instructions in CodeRabbit, see [Path-based instructions](/guides/review-instructions#path-based).