From aa010112e88202a61f112cc9f2f13436c1022c7b Mon Sep 17 00:00:00 2001 From: hex20dec Date: Fri, 21 Jun 2024 01:38:47 -0400 Subject: [PATCH] Update deploy-evershop-to-aws.md Changes type of supper to super --- docs/development/deployment/deploy-evershop-to-aws.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/deployment/deploy-evershop-to-aws.md b/docs/development/deployment/deploy-evershop-to-aws.md index bf4971f..37b2efe 100644 --- a/docs/development/deployment/deploy-evershop-to-aws.md +++ b/docs/development/deployment/deploy-evershop-to-aws.md @@ -129,7 +129,7 @@ After you have your RDS instance, connect to it using a PostgreSQL client. We wi ### Create a database user -Create a **supper** database user for EverShop. We will use the username `evershop` and the password `evershop` in this tutorial. +Create a **super** database user for EverShop. We will use the username `evershop` and the password `evershop` in this tutorial. ### Migrate from local installation @@ -263,4 +263,4 @@ In this tutorial, we have learned how to install EverShop on an AWS EC2 instance [Let's Encrypt](https://letsencrypt.org/) is a free, automated, and open certificate authority. It provides free SSL certificates that you can use to secure your EverShop application. -To install Let's Encrypt, follow the instructions in this [tutorial](https://certbot.eff.org/instructions?ws=nginx&os=ubuntufocal). This tutorial will guide you through the process of installing Let's Encrypt and configuring Nginx to use the SSL certificates. \ No newline at end of file +To install Let's Encrypt, follow the instructions in this [tutorial](https://certbot.eff.org/instructions?ws=nginx&os=ubuntufocal). This tutorial will guide you through the process of installing Let's Encrypt and configuring Nginx to use the SSL certificates.