diff --git a/Documentation.html b/Documentation.html
index 5ace8bc1c..9630c6919 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -2743,13 +2743,15 @@ setfacl -d -m "g:www-data:rwx" tmp
connect to your MySQL server using PHP's classic
MySQL extension as well as the
improved MySQL extension (MySQLi) that
- is available in php 5.0. The latter one should be used unless you have
+ is available in php 5.0. The latter one should be used unless you have a
good reason not to do so.
- When compiling php, we strongly recommend that you manually link the MySQL
+ When compiling PHP, we strongly recommend that you manually link the MySQL
extension of your choice to a MySQL client library of at least the same
minor version since the one that is bundled with some PHP distributions is
rather old and might cause problems
- (see FAQ 1.17a).