From e328671f20139f060dd7f55a27580ed99b8d8735 Mon Sep 17 00:00:00 2001 From: Priyanshu Singh <37958393+TheCelestial25@users.noreply.github.com> Date: Sat, 23 Feb 2019 02:31:45 +0530 Subject: [PATCH] docs: Fix a typo in the-git-difference.md. Fix a small typing error, correcting 'has' to 'hash'. --- docs/git/the-git-difference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/git/the-git-difference.md b/docs/git/the-git-difference.md index 850248d49e..1565551628 100644 --- a/docs/git/the-git-difference.md +++ b/docs/git/the-git-difference.md @@ -34,7 +34,7 @@ Here are the top things to know: - **Git stores all data as objects, of which there are four types:** blob (file), tree (directory), commit (revision), and tag. Each of these objects - is named by a unique hash, the SHA-1 has of its contents. Most of the time + is named by a unique hash, the SHA-1 hash of its contents. Most of the time you'll refer to objects by their truncated hash or more human-readable reference like `HEAD` (the current branch). Blobs and trees represent files and directories. Tags are named references to other objects. A commit object