diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-09-25 14:56:02 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-09-25 14:56:02 +0200 |
commit | a7cf027235c92103118cf415d244447a6ea82b3a (patch) | |
tree | a1cdca253f524c22ed00526b3e09c686a2c44db2 /user_guide/general/requirements.html | |
parent | 92490684ef1b2a1b1417727c392ee28288fd41a9 (diff) |
postgre to postgres in a few documentation pages
Diffstat (limited to 'user_guide/general/requirements.html')
-rw-r--r-- | user_guide/general/requirements.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/requirements.html b/user_guide/general/requirements.html index a65519702..742cd1931 100644 --- a/user_guide/general/requirements.html +++ b/user_guide/general/requirements.html @@ -59,7 +59,7 @@ Server Requirements <ul>
<li><a href="http://www.php.net/">PHP</a> version 4.3.2 or newer.</li>
- <li>A Database is required for most web application programming. Current supported databases are MySQL (4.1+), MySQLi, MS SQL, Postgre, Oracle, SQLite, and ODBC.</li>
+ <li>A Database is required for most web application programming. Current supported databases are MySQL (4.1+), MySQLi, MS SQL, Postgres, Oracle, SQLite, and ODBC.</li>
</ul>
|