-
Notifications
You must be signed in to change notification settings - Fork 2
docs: update project details #22
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
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 updates project documentation and descriptions to clarify features and improve consistency. The changes refine language across configuration files and the README to better reflect current functionality.
- Updated feature descriptions to explicitly mention "spelling errors" correction
- Reorganized README sections to improve clarity and flow
- Simplified browser support documentation by removing specific channel references
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| static/cws/cws.json | Updated singlePurpose description to explicitly mention fixing spelling errors |
| package.json | Changed displayName punctuation from en dash to hyphen |
| README.md | Enhanced feature descriptions, reorganized development commands, updated browser requirements, and clarified implementation details |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { | ||
| "name": "Proofly", | ||
| "displayName": "Proofly – Private AI Writing, Proofreading & Grammar Assistant", | ||
| "displayName": "Proofly - Private AI Writing, Proofreading & Grammar Assistant", |
Copilot
AI
Nov 26, 2025
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.
The displayName was changed from using an en dash (–) to a hyphen (-). However, the store listing in static/cws/cws.json still uses the en dash format ("Proofly – Private AI Writing..."). For consistency, both should use the same punctuation mark.
README.md
Outdated
| 2. **Fork & Branch**: Create a feature branch from `main` | ||
| 3. **Make Changes**: Follow our coding standards and conventions | ||
| 4. **Test Thoroughly**: Verify your changes work as expected | ||
| 4. **Test Thoroughly**: Verify your changes work as expected though automated e2e tests |
Copilot
AI
Nov 26, 2025
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.
Typo: "though" should be "through"
| 4. **Test Thoroughly**: Verify your changes work as expected though automated e2e tests | |
| 4. **Test Thoroughly**: Verify your changes work as expected through automated e2e tests |
No description provided.