summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/testing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/testing.txt b/docs/ref/contrib/gis/testing.txt
index a9c86f3c3c..b21ba7b407 100644
--- a/docs/ref/contrib/gis/testing.txt
+++ b/docs/ref/contrib/gis/testing.txt
@@ -63,7 +63,7 @@ you may be required to use a database superuser.
Create database user
^^^^^^^^^^^^^^^^^^^^
-To make database user with the ability to create databases, use the
+To make a database user with the ability to create databases, use the
following command::
$ createuser --createdb -R -S <user_name>