summaryrefslogtreecommitdiff
path: root/docs/internals/git.txt
diff options
context:
space:
mode:
authorAgnieszka Lasyk <agnieszkalasyk@agalasyk.local>2015-11-15 13:05:15 +0100
committerTim Graham <timograham@gmail.com>2015-11-16 06:44:46 -0500
commitb3389956c9cbc31e82137e787cfd339a3d1dab6f (patch)
treed97aacc386fd76cb72bf90f15d07be4960c844df /docs/internals/git.txt
parent5234c9937c26b420f470f555fbe62f4969cea645 (diff)
[1.9.x] Fixed #25755 -- Unified spelling of "website".
Backport of 1f8dad69158a96d0649d321ce08ecc9c0465f962 from master
Diffstat (limited to 'docs/internals/git.txt')
-rw-r--r--docs/internals/git.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/git.txt b/docs/internals/git.txt
index 043f2ac233..21d110303a 100644
--- a/docs/internals/git.txt
+++ b/docs/internals/git.txt
@@ -22,7 +22,7 @@ over time, so you'll need a copy of the Git client (a program called ``git``)
on your computer, and you'll want to familiarize yourself with the basics of
how Git works.
-Git's web site offers downloads for various operating systems. The site also
+Git's website offers downloads for various operating systems. The site also
contains vast amounts of `documentation`_.
The Django Git repository is located online at `github.com/django/django