aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-08-05 10:14:15 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-08-05 10:14:15 -0500
commit8d9aa03fbae7c1164942d05602c41cb635a44395 (patch)
treecb6904f7b6c27de66754c29a7a6265f524595fb1
parent325e9bc418b746e5dd281331bfac6f6ac13b045d (diff)
downloadmediagoblin-8d9aa03fbae7c1164942d05602c41cb635a44395.tar.lz
mediagoblin-8d9aa03fbae7c1164942d05602c41cb635a44395.tar.xz
mediagoblin-8d9aa03fbae7c1164942d05602c41cb635a44395.zip
Fixing grammar on telling users to run dbupdate
-rw-r--r--docs/source/siteadmin/deploying.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index de928c82..a270c723 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -181,7 +181,7 @@ flup::
./bin/easy_install flup
This concludes the initial configuration of the development
-environment. In the future, you want update your
+environment. In the future, when you update your
codebase, you should also run::
./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate