summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorYusuke Miyazaki <miyazaki.dev@gmail.com>2015-10-21 13:50:20 +0900
committerTim Graham <timograham@gmail.com>2015-10-21 07:31:11 -0400
commit230d8c7301281176a31443a2f4f425828291e46d (patch)
tree198aa20af46db031d075c20dcae9acc1ecf6c2a0 /docs/ref
parenta272db70085887209946f28c9407409bfc0c7ee1 (diff)
Fixed #25578 -- Corrected the casing of "GitHub".
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 00cf294fc1..27a1a31423 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1097,7 +1097,7 @@ Django will also accept URLs (``http``, ``https``, ``ftp``) to compressed
archives with the app template files, downloading and extracting them on the
fly.
-For example, taking advantage of Github's feature to expose repositories as
+For example, taking advantage of GitHub's feature to expose repositories as
zip files, you can use a URL like::
django-admin startapp --template=https://github.com/githubuser/django-app-template/archive/master.zip myapp
@@ -1172,7 +1172,7 @@ Django will also accept URLs (``http``, ``https``, ``ftp``) to compressed
archives with the project template files, downloading and extracting them on the
fly.
-For example, taking advantage of Github's feature to expose repositories as
+For example, taking advantage of GitHub's feature to expose repositories as
zip files, you can use a URL like::
django-admin startproject --template=https://github.com/githubuser/django-project-template/archive/master.zip myproject