summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOve Heigre <oheigre@gmail.com>2019-07-07 07:26:00 +0000
committerOve Heigre <oheigre@gmail.com>2019-07-07 07:26:00 +0000
commit941b67764f85f66b900ae3436f1e98b5c4697457 (patch)
tree654ad11885163bf77193915ee53ca7c93e913d27
parentbd69c9197cefcb31ebabe466df005f1451ac1c46 (diff)
downloadgitlab-ce-941b67764f85f66b900ae3436f1e98b5c4697457.tar.gz
Update index.md - Fixing a minor typo on the postgreSQL setup instructions
-rw-r--r--doc/install/aws/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/aws/index.md b/doc/install/aws/index.md
index 73eaf758923..6340731a1a6 100644
--- a/doc/install/aws/index.md
+++ b/doc/install/aws/index.md
@@ -226,7 +226,7 @@ Now, it's time to create the database:
choose a General Purpose (SSD) to reduce the costs). Read more about it at
[Storage for Amazon RDS](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html).
-1. The rest of the settings on this page request a DB isntance identifier, username
+1. The rest of the settings on this page request a DB instance identifier, username
and a master password. We've chosen to use `gitlab-db-ha`, `gitlab` and a
very secure password respectively. Keep these in hand for later.
1. Click **Next** to proceed to the advanced settings.