From 6c71c3a742d5a105decff67b3e2f97c3bd0de0f0 Mon Sep 17 00:00:00 2001 From: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> Date: Tue, 20 Jan 2026 10:41:20 -0800 Subject: [PATCH] [Do Not Merge] Test --- content/get-started/start-your-journey/about-github-and-git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/start-your-journey/about-github-and-git.md b/content/get-started/start-your-journey/about-github-and-git.md index c77793155e42..b2e7d6e5ba0b 100644 --- a/content/get-started/start-your-journey/about-github-and-git.md +++ b/content/get-started/start-your-journey/about-github-and-git.md @@ -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 * **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.