Skip to content

docs: replace "allows to" with "allows you to" in code comments and dev docs#10311

Merged
dyc3 merged 1 commit into
biomejs:mainfrom
dfedoryshchev:docs/fix-allows-to-grammar-across-comments
May 8, 2026
Merged

docs: replace "allows to" with "allows you to" in code comments and dev docs#10311
dyc3 merged 1 commit into
biomejs:mainfrom
dfedoryshchev:docs/fix-allows-to-grammar-across-comments

Conversation

@dfedoryshchev
Copy link
Copy Markdown
Contributor

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.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 8, 2026

⚠️ No Changeset found

Latest commit: 54b1bc3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions Bot added A-Linter Area: linter A-Formatter Area: formatter L-Grit Language: GritQL labels May 8, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 8, 2026

Review Change Stack
No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 99cfa5a5-191c-4efc-abdf-06e396b4ce57

📥 Commits

Reviewing files that changed from the base of the PR and between 4dbd88e and 54b1bc3.

📒 Files selected for processing (11)
  • crates/biome_analyze/CONTRIBUTING.md
  • crates/biome_analyze/src/rule.rs
  • crates/biome_analyze/src/utils.rs
  • crates/biome_aria_metadata/build.rs
  • crates/biome_formatter/shared_traits.rs
  • crates/biome_formatter/src/builders.rs
  • crates/biome_formatter/src/comments.rs
  • crates/biome_formatter/src/format_element/tag.rs
  • crates/biome_formatter/src/source_map.rs
  • crates/biome_graphql_formatter/src/lib.rs
  • crates/biome_grit_formatter/src/lib.rs

Walkthrough

This 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

  • biomejs/biome#10098: Also modifies CONTRIBUTING.md with documentation edits to contributing guidance.

Suggested labels

A-Formatter, A-Project

Suggested reviewers

  • dyc3
  • ematipico
🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely summarises the primary change—a grammar fix replacing 'allows to' with 'allows you to' across code comments and documentation.
Description check ✅ Passed The description clearly relates to the changeset, detailing the grammar fix scope, affected files/crates, and explicitly noting what was excluded to keep changes focused.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented May 8, 2026

Merging this PR will not alter performance

✅ 178 untouched benchmarks
⏩ 71 skipped benchmarks1


Comparing dfedoryshchev:docs/fix-allows-to-grammar-across-comments (54b1bc3) with main (7b8d4e1)

Open in CodSpeed

Footnotes

  1. 71 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Copy link
Copy Markdown
Contributor

@dyc3 dyc3 left a comment

Choose a reason for hiding this comment

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

thanks

@dyc3 dyc3 merged commit e4f8d83 into biomejs:main May 8, 2026
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Formatter Area: formatter A-Linter Area: linter L-Grit Language: GritQL

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants