fix: correct typo in grpc_contrib_version property name - #16402
Open
lxcxjxhx wants to merge 1 commit into
Open
Conversation
- Change 'grpc_contrib_verdion' to 'grpc_contrib_version' - Update property definition and reference in dubbo-dependencies-bom/pom.xml - This is a simple typo fix that does not affect functionality
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.3 #16402 +/- ##
============================================
+ Coverage 60.87% 60.88% +0.01%
+ Complexity 11766 11764 -2
============================================
Files 1953 1953
Lines 89273 89273
Branches 13473 13473
============================================
+ Hits 54346 54356 +10
+ Misses 29333 29325 -8
+ Partials 5594 5592 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Description
Fix a typo in the BOM property name: \grpc_contrib_verdion\ should be \grpc_contrib_version.
Changes
Motivation
The property name contains a typo ('verdion' instead of 'version'). While this does not affect functionality (the property is used consistently), correcting it improves code readability and maintainability.
Testing
Apology
I apologize for any inconvenience caused by previous low-quality PRs. This fix is focused, minimal, and addresses a genuine typo in the codebase.