Michael пре 11 година
родитељ
комит
8c2a7c9995
1 измењених фајлова са 1 додато и 1 уклоњено
  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
   Regular Repositories -- They are the ones you create using ``git init`` and
   you daily use. They contain a ``.git`` folder.
   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
   contains itself the "branches", "hooks"... folders. These are used for
   published repositories (mirrors). They do not have a working tree.
   published repositories (mirrors). They do not have a working tree.