summaryrefslogtreecommitdiffhomepage
path: root/git.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'git.html.markdown')
-rw-r--r--git.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.html.markdown b/git.html.markdown
index 3fe07295..00f38d60 100644
--- a/git.html.markdown
+++ b/git.html.markdown
@@ -9,7 +9,7 @@ filename: LearnGit.txt
Git is a distributed version control and source code management system.
-It does this through a series of snapshopts of your project, and it works
+It does this through a series of snapshots of your project, and it works
with those snapshots to provide you with functionality to version and
manage your source code.