Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ redirect_from:

{% data variables.product.github %} is a {% ifversion not ghes %}cloud-based {% endif %}platform where you can store, share, and work together with others to write code.

Storing your code in a "repository" on {% data variables.product.github %} allows you to:
Storing your code in a "repository" on {% data variables.product.github %} allows you to
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

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

The colon should not be removed from this line. A colon is grammatically required when introducing a bulleted list. The sentence "Storing your code in a 'repository' on GitHub allows you to" is incomplete without the colon, as it's meant to introduce the list items that follow.

Suggested change
Storing your code in a "repository" on {% data variables.product.github %} allows you to
Storing your code in a "repository" on {% data variables.product.github %} allows you to:

Copilot uses AI. Check for mistakes.
* **Showcase or share** your work.
* **Track and manage** changes to your code over time.
* Let others **review** your code, and make suggestions to improve it.
Expand Down
Loading