diff --git a/beginner/json-files/git-commands.json b/beginner/json-files/git-commands.json index cb156846..5e760df1 100644 --- a/beginner/json-files/git-commands.json +++ b/beginner/json-files/git-commands.json @@ -336,6 +336,6 @@ }, { "title": "git rev-list --count master", - "description": "count the number of commits on a branch" + "description": "This command counts the number of commits on a branch" } ]