fix: replace incorrect "eg." with "e.g." throughout project#55
Merged
Conversation
Contributor
There was a problem hiding this comment.
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
pushed a commit
to Imageomics/Imageomics-guide
that referenced
this pull request
Jan 29, 2026
Pull from Collab Guide [PR 55](Imageomics/Collaborative-distributed-science-guide#55) Closes #54
egrace479
pushed a commit
to ABC-Center/ABC-guide
that referenced
this pull request
Jan 29, 2026
Pull from Collab Guide [PR 55](Imageomics/Collaborative-distributed-science-guide#55) Closes #54
egrace479
pushed a commit
to ABC-Center/ABC-guide
that referenced
this pull request
Jan 29, 2026
Pull from Collab Guide [PR 55](Imageomics/Collaborative-distributed-science-guide#55) Closes #54
egrace479
pushed a commit
to Imageomics/Imageomics-guide
that referenced
this pull request
Jan 29, 2026
Pull from Collab Guide [PR 55](Imageomics/Collaborative-distributed-science-guide#55) Closes #54
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
eg.with the correct abbreviatione.g.(exempli gratia) across 10 Markdown files (14 occurrences total)e.g.is the only correct formCloses #54