From 7f3bf38e8db9288d92f2864be4f66b14adf80971 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 6 Dec 2015 23:00:58 -0500 Subject: Fix typo in documentation --- doc/postgresql-configuration.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/postgresql-configuration.markdown') diff --git a/doc/postgresql-configuration.markdown b/doc/postgresql-configuration.markdown index 904dfc0f..627e2ded 100644 --- a/doc/postgresql-configuration.markdown +++ b/doc/postgresql-configuration.markdown @@ -6,7 +6,7 @@ By default, Kanboard use Sqlite to store its data but it's also possible to use Requirements ------------ -- A Postgresql server already installed and configured +- Postgresql server already installed and configured - The PHP extension `pdo_pgsql` installed (Debian/Ubuntu: `apt-get install php5-pgsql`) Note: Kanboard is tested with **Postgresql 9.3 and 9.4** @@ -22,7 +22,7 @@ CREATE DATABASE kanboard; ### Create a config file -The file `config.php` should contains those values: +The file `config.php` should contain those values: ```php