Skip to content

Conversation

@gwtaylor
Copy link
Collaborator

Summary

  • Replaces all instances of eg. with the correct abbreviation e.g. (exempli gratia) across 10 Markdown files (14 occurrences total)
  • The periods mark each abbreviated Latin word, so e.g. is the only correct form

Closes #54

Copy link
Contributor

Copilot AI left a 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.

@gwtaylor gwtaylor requested a review from egrace479 January 28, 2026 18:26
Copy link
Member

@egrace479 egrace479 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@gwtaylor gwtaylor merged commit f386d71 into main Jan 28, 2026
7 checks passed
@gwtaylor gwtaylor deleted the fix/issue-54/correct-eg-abbreviation branch January 29, 2026 13:53
egrace479 pushed a commit to Imageomics/Imageomics-guide that referenced this pull request Jan 29, 2026
egrace479 pushed a commit to ABC-Center/ABC-guide that referenced this pull request Jan 29, 2026
egrace479 pushed a commit to ABC-Center/ABC-guide that referenced this pull request Jan 29, 2026
egrace479 pushed a commit to Imageomics/Imageomics-guide that referenced this pull request Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: replace incorrect eg. abbreviation with e.g. throughout the project

3 participants