Browse Source

Fix typo in tutorial.

Michael 11 years ago
parent
commit
8c2a7c9995
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/tutorial/repo.txt

+ 1 - 1
docs/tutorial/repo.txt

@@ -14,7 +14,7 @@ repositories:
   Regular Repositories -- They are the ones you create using ``git init`` and
   you daily use. They contain a ``.git`` folder.
 
-  Bare Repositories -- There is not ".git" folder. The top-level folder
+  Bare Repositories -- There is no ".git" folder. The top-level folder
   contains itself the "branches", "hooks"... folders. These are used for
   published repositories (mirrors). They do not have a working tree.