summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
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:32:28 -0400
commita083d7019230b1823a02614189bd1911aa62c054 (patch)
treefb300e70a8b5cc152c7fde74041a99883f9ee881 /docs/ref/django-admin.txt
parent614ba3ad2d5cc210d028cbc21abc1a9f3ca8c686 (diff)
[1.9.x] Fixed #25578 -- Corrected the casing of "GitHub".
Backport of 230d8c7301281176a31443a2f4f425828291e46d from master
Diffstat (limited to 'docs/ref/django-admin.txt')
-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 492ec50b30..595e0c437b 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1114,7 +1114,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
@@ -1189,7 +1189,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