From 9cb744a4de853047c2b73985e668e002039e06b7 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 10 Jan 2022 15:56:01 +0100 Subject: [PATCH] fix typos --- doc/postgresql_readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/postgresql_readme.md b/doc/postgresql_readme.md index c65b50f9e..465261364 100644 --- a/doc/postgresql_readme.md +++ b/doc/postgresql_readme.md @@ -1,4 +1,4 @@ -# Detailed informations about PostgreSQL usage in Fab-manager +# Detailed information about PostgreSQL usage in Fab-manager ## Run the PostgreSQL command line interface @@ -10,7 +10,7 @@ This can be achieved doing the following: cd /apps/fabmanager docker-compose exec postgres psql -Upostgres ``` - + ## Dumping the database Use the following commands to dump the PostgreSQL database to an archive file