diff --git a/progit/templates/docs.html b/progit/templates/docs.html index ff97245..37ce6b3 100644 --- a/progit/templates/docs.html +++ b/progit/templates/docs.html @@ -19,7 +19,7 @@ git push -u origin master -
If you have no create your git repo yet:
+If you have not created your git repo yet:
git clone {{ config.get('GIT_URL_SSH') }}:docs/{{ repo.fullname }}.git cd {{ repo.name }} diff --git a/progit/templates/repo_info.html b/progit/templates/repo_info.html index fafadb4..231b10b 100644 --- a/progit/templates/repo_info.html +++ b/progit/templates/repo_info.html @@ -17,7 +17,7 @@ git push -u origin master-
If you have no create your git repo yet:
+If you have not createt your git repo yet:
git clone {{ config.get('GIT_URL_SSH') }}:{% if repo.parent %}forks/{% endif %}{{ repo.fullname }}.git cd {{ repo.name }}