-
-
Notifications
You must be signed in to change notification settings - Fork 13
[2.x] Final release text cleanup #2316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Corrected several typographical errors and improved the clarity of comments in the docs.php, hyde.php, and markdown.php config files, as well as their counterparts in the packages/framework directory. These changes enhance documentation readability and accuracy.
Corrected typos and improved clarity in documentation files. Updated internal links to reference correct sections and fixed missing words in sentences for better readability.
Corrected minor typographical errors and improved clarity in several documentation files, including blog post, static page, helpers, and UI kit docs. No functional changes were made.
Corrected minor typographical errors in static-pages.md, helpers.md, and core-concepts.md to improve clarity and accuracy in the documentation.
Corrected minor typos and improved phrasing in several documentation files for better readability and consistency. Changes include capitalization fixes, removal of unnecessary line breaks, and clarification of instructions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR performs final release text cleanup for version 2.x, focusing on correcting grammatical errors, typos, and inconsistent formatting throughout documentation files and configuration comments.
- Fixes grammatical errors and typos in comments and documentation
- Standardizes casing for terms like "filepath" and "YAML"
- Removes duplicated text and improves sentence clarity
Reviewed Changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/fixtures/markdown-features.md | Standardizes "filepath" casing in code comment |
| packages/framework/config/markdown.php | Fixes grammar: "since can be" → "since it can be" |
| packages/framework/config/hyde.php | Fixes multiple grammar issues including "useful to for" and "alo" typo |
| packages/framework/config/docs.php | Improves clarity: "Setting the setting" → "Setting this" |
| monorepo/gh-pages/gh-pages-config/_pages/markdown-page.md | Standardizes "filepath" casing in code comment |
| docs/getting-started/front-matter.md | Standardizes "YAML" casing |
| docs/getting-started/core-concepts.md | Fixes grammar and removes duplicated text |
| docs/extensions/ui-kit.md | Fixes typo: "indented" → "intended" |
| docs/digging-deeper/helpers.md | Fixes grammar and removes duplicated line |
| docs/digging-deeper/customization.md | Updates documentation link reference |
| docs/digging-deeper/advanced-markdown.md | Standardizes "filepath" casing throughout |
| docs/digging-deeper/advanced-customization.md | Improves sentence structure and clarity |
| docs/creating-content/static-pages.md | Fixes parentheses formatting in comments |
| docs/creating-content/documentation-pages.md | Updates link and standardizes "filepath" casing |
| docs/creating-content/blog-posts.md | Fixes parentheses formatting |
| docs/architecture-concepts/automatic-routing.md | Fixes heading level and improves sentence flow |
| config/markdown.php | Fixes grammar: "since can be" → "since it can be" |
| config/hyde.php | Fixes multiple grammar issues including "useful to for" and "alo" typo |
| config/docs.php | Improves clarity: "Setting the setting" → "Setting this" |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2316 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 2000 2000
===========================================
Files 197 197
Lines 5178 5178
===========================================
Hits 5178 5178 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.