From f45cf553ac687582f51d31ff7afc59c373e73b55 Mon Sep 17 00:00:00 2001 From: Shaan Satsangi Date: Tue, 19 May 2026 12:43:31 +0530 Subject: [PATCH] docs: standardize clone and push header style --- docs/how-to-clone.md | 2 +- docs/how-to-push.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to-clone.md b/docs/how-to-clone.md index 5a34f4e..14a6668 100644 --- a/docs/how-to-clone.md +++ b/docs/how-to-clone.md @@ -1,6 +1,6 @@ # How to Clone a Repository (Template) -## What is clone? +## What is cloning? - Clone means downloading a repo to your computer ## Steps diff --git a/docs/how-to-push.md b/docs/how-to-push.md index 1b02a61..9d2ee65 100644 --- a/docs/how-to-push.md +++ b/docs/how-to-push.md @@ -1,6 +1,6 @@ # How to Push to GitHub (Template) -## What is push? +## What is pushing? - Push sends your commits to GitHub ## Steps