docs: replace "allows to" with "allows you to" in code comments and dev docs#10311
Conversation
|
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (11)
WalkthroughThis PR contains documentation-only updates across the Biome codebase. Changes include grammar corrections (e.g., "allows to" → "allows you to"), clarity improvements in Rustdoc comments, minor formatting adjustments in contribution guidance, and aligned documentation for trait implementations across multiple formatter modules. No code logic, APIs, or behaviour were modified. Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Merging this PR will not alter performance
Comparing Footnotes
|
Summary
Grammar fix sweep across internal code comments and dev docs:
Allows to <verb>->Allows you to <verb>. 16 instances across 11 files in 5 crates (biome_aria_metadata,biome_analyze,biome_formatter,biome_graphql_formatter,biome_grit_formatter).User-facing CLI help text (
biome_cli/src/cli_options.rs) deliberately not included to keep this scoped to non-user-visible text.Test Plan
Comments only; no behavior change. Existing tests cover correctness.
Docs
N/A.