Fix documentation typos - #1094
Open
elharo wants to merge 2 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Maven Compiler Plugin site documentation to correct typos/grammar in multiple pages and to improve the wording of related navigation/link labels.
Changes:
- Fixes spelling/grammar issues across site markdown and FML content.
- Corrects XML example snippets in
sources.mdby closing the<build>tag properly. - Renames a site navigation entry for the “non-javac compiler” example (with an additional intended rename noted in the PR description).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/site/site.xml | Updates the Examples menu label for the non-javac compiler page (and should also align the module-info menu label with the PR description). |
| src/site/markdown/sources.md | Fixes “omited” typo and corrects XML example closing </build> tag. |
| src/site/markdown/index.md | Fixes grammar and adjusts link text for the non-javac compiler example. |
| src/site/markdown/examples/compile-using-different-jdk.md | Fixes a typo in the example JDK path. |
| src/site/fml/faq.fml | Fixes grammar in a Modello-related FAQ entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+46
to
47
| <item name="Compile Using a Non-Javac Compiler" href="examples/non-javac-compilers.html"/> | ||
| <item name="Older projects with module-info" href="examples/module-info.html"/> |
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.
Changes