From 941b67764f85f66b900ae3436f1e98b5c4697457 Mon Sep 17 00:00:00 2001 From: Ove Heigre Date: Sun, 7 Jul 2019 07:26:00 +0000 Subject: [PATCH] Update index.md - Fixing a minor typo on the postgreSQL setup instructions --- doc/install/aws/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.