diff --git a/tips.json b/tips.json index d53d1ae..7cf20b2 100644 --- a/tips.json +++ b/tips.json @@ -132,7 +132,7 @@ "title": "Git Aliases", "tip": "git config --global alias. \ngit config --global alias.st status" }, { - "title": "Saving current state of tracked files without commiting", + "title": "Saving current state of tracked files without committing", "tip": "git stash", "alternatives": ["git stash push"] }, {