-
Notifications
You must be signed in to change notification settings - Fork 0
fix: replace incorrect "eg." with "e.g." throughout project #55
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 corrects a spelling error by replacing the incorrect abbreviation "eg." with the proper Latin abbreviation "e.g." (exempli gratia) throughout the project's documentation. The periods in "e.g." mark each abbreviated Latin word, making this correction necessary for proper grammar.
Changes:
- Corrected 14 instances of "eg." to "e.g." across 10 Markdown documentation files
- All instances maintain proper punctuation (comma follows "e.g.")
- No code logic affected—purely documentation spelling corrections
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/wiki-guide/When-to-think-about-branch-protections.md | Fixed 2 instances of "eg." to "e.g." in branch protection guidance |
| docs/wiki-guide/Virtual-Environments.md | Fixed 1 instance in pip freeze command example |
| docs/wiki-guide/Two-Repo-Problem.md | Fixed 1 instance in version branch naming example |
| docs/wiki-guide/The-Hugging-Face-Workflow.md | Fixed 1 instance in command line interface description |
| docs/wiki-guide/Hugging-Face-Repo-Guide.md | Fixed 2 instances in gitattributes and command line interface descriptions |
| docs/wiki-guide/HF_ModelCard_Template_Imageomics.md | Fixed 1 instance in license stakeholder example |
| docs/wiki-guide/HF_ModelCard_Template_ABC.md | Fixed 1 instance in license stakeholder example |
| docs/wiki-guide/HF_DatasetCard_Template_ABC.md | Fixed 1 instance in license stakeholder example |
| docs/wiki-guide/GitHub-Repo-Guide.md | Fixed 3 instances in gitignore, requirements file, and workflow summary sections |
| docs/wiki-guide/Code-Checklist.md | Fixed 1 instance in gitignore file description |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
egrace479
left a comment
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 from Collab Guide [PR 55](Imageomics/Collaborative-distributed-science-guide#55) Closes #54
Pull from Collab Guide [PR 55](Imageomics/Collaborative-distributed-science-guide#55) Closes #54
Pull from Collab Guide [PR 55](Imageomics/Collaborative-distributed-science-guide#55) Closes #54
Pull from Collab Guide [PR 55](Imageomics/Collaborative-distributed-science-guide#55) Closes #54
Summary
eg.with the correct abbreviatione.g.(exempli gratia) across 10 Markdown files (14 occurrences total)e.g.is the only correct formCloses #54