From 35b7dd4ddbedb6cfdef8a0a758de5e941a8fd36c Mon Sep 17 00:00:00 2001 From: "Brenda J. Butler" Date: Thu, 1 May 2014 13:28:07 -0400 Subject: [PATCH] [1.7.x] Fixed #22558 -- Added missing word in contributing docs Backport of c8d257e81 from master. --- docs/intro/contributing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 9c9482d20a..675a6c6155 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -70,7 +70,7 @@ development version of Django and to generate patch files for the changes you make. To check whether or not you have Git installed, enter ``git`` into the command -line. If you get messages saying that this command could be found, you'll have +line. If you get messages saying that this command could not be found, you'll have to download and install it, see `Git's download page`__. If you're not that familiar with Git, you can always find out more about its