From c6b79d49ba36ed0eabf586263a9e8613b6edbdfa Mon Sep 17 00:00:00 2001 From: "J. King" Date: Mon, 28 Oct 2019 19:48:10 -0400 Subject: [PATCH] Documentation corrections --- .../020_Getting_Started/040_Database_Setup/010_PostgreSQL.md | 2 +- docs/en/020_Getting_Started/040_Database_Setup/020_MySQL.md | 4 ++-- docs/en/020_Getting_Started/050_Configuration.md | 2 +- docs/en/020_Getting_Started/index.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/020_Getting_Started/040_Database_Setup/010_PostgreSQL.md b/docs/en/020_Getting_Started/040_Database_Setup/010_PostgreSQL.md index 7dc1af2..5127242 100644 --- a/docs/en/020_Getting_Started/040_Database_Setup/010_PostgreSQL.md +++ b/docs/en/020_Getting_Started/040_Database_Setup/010_PostgreSQL.md @@ -22,7 +22,7 @@ sudo -u postgres psql -c "CREATE USER arsseuser WITH PASSWORD 'super secret pass sudo -u postgres psql -c "CREATE DATABASE arssedb WITH OWNER arsseuser" ``` -Tha Arsse must then be configured to use the created database. A suitable [configuration file](/en/Getting_Started/Configuration) might look like this: +The Arsse must then be configured to use the created database. A suitable [configuration file](/en/Getting_Started/Configuration) might look like this: ```php