docs: fix typo in README upgrade recommendation#251
Merged
Conversation
Remove the duplicated "to" in the upgrade recommendation sentence under "Usage-based billing support". The previous wording read "upgrading to the plugin to **0.18.0 or later**", which is grammatically incorrect. The corrected sentence reads "upgrading the plugin to **0.18.0 or later**".
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the README to fix formatting and grammar in the usage-based billing compatibility recommendation.
Changes:
- Fixes a markdown line/indentation issue so the recommendation renders as a normal paragraph line.
- Corrects wording from “upgrading to the plugin” to “upgrading the plugin”.
jdneo
approved these changes
May 22, 2026
Member
jdneo
left a comment
There was a problem hiding this comment.
Thank you for your contribution!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Fix a small typo in
README.mdunder the Usage-based billing support section.The current wording contains a duplicated
to:This change drops the redundant first
toso the sentence reads naturally:Why
The wording was introduced in #227 when the usage-based billing section was added. The duplicated
tomakes the sentence grammatically incorrect and is the first thing users see in the README, so it is worth tightening up.Scope
Verification
git diffshows a one-character (well, three-character) change confined toREADME.md.README.mdstill renders correctly as Markdown; no link, list, heading, or code block was touched.Made with Cursor