docs: fix spelling in markdown docs#1345
Merged
slawekjaranowski merged 1 commit intomojohaus:masterfrom Feb 16, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request fixes spelling and grammatical errors throughout the markdown documentation files for the versions-maven-plugin. The changes improve readability and correctness of the documentation without altering any functional code or behavior.
Changes:
- Fixed spelling errors including "mis-match" → "mismatch", "ependencies" → "dependencies", "dependencyManagment" → "dependencyManagement", and "An finally" → "And finally"
- Corrected duplicate words, particularly "comma separated separated" → "comma separated" appearing in multiple documentation files
- Improved punctuation by adding commas after introductory phrases like "By default" and "Furthermore" for better readability
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| versions-maven-plugin/src/site/markdown/index.md | Fixed "mis-match" to "mismatch" in version mojo description |
| versions-maven-plugin/src/site/markdown/examples/use-releases.md | Removed duplicate word "separated" in parameter description |
| versions-maven-plugin/src/site/markdown/examples/update-properties.md.vm | Removed duplicate word "separated" in parameter description |
| versions-maven-plugin/src/site/markdown/examples/unlock-snapshots.md | Fixed typo "ependencies" to "dependencies" and removed duplicate "separated" |
| versions-maven-plugin/src/site/markdown/examples/setaggregator.md | Corrected "An finally" to "And finally" and added comma after "Furthermore" |
| versions-maven-plugin/src/site/markdown/examples/resolve-ranges.md | Removed duplicate word "separated" in parameter description |
| versions-maven-plugin/src/site/markdown/examples/display-property-updates.md | Improved grammar by adding comma before "and" in list |
| versions-maven-plugin/src/site/markdown/examples/compare-dependencies.md | Added commas after "By default" in three locations |
| versions-maven-plugin/src/site/markdown/examples/advancing-dependency-versions.md.vm | Fixed "dependencyManagment" to "dependencyManagement" (2 occurrences) and removed duplicate "separated" |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
slawekjaranowski
approved these changes
Feb 16, 2026
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.
Summary