diff --git a/Documentation.html b/Documentation.html
index bb1c27d96..4c5157dde 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -1115,7 +1115,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE
$cfg['Servers'][$i]['tracking_version_drop_view'] boolean
- Whether a DROP VIEW IF EXISTS statement will added as first line to the log when creating a view. Default value is true.
+ Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view. Default value is true.
@@ -1124,7 +1124,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE
$cfg['Servers'][$i]['tracking_version_drop_table'] boolean
- Whether a DROP TABLE IF EXISTS statement will added as first line to the log when creating a table. Default value is true.
+ Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table. Default value is true.
@@ -1132,7 +1132,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE
$cfg['Servers'][$i]['tracking_version_drop_database'] boolean
- Whether a DROP DATABASE IF EXISTS statement will added as first line to the log when creating a database. Default value is true.
+ Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database. Default value is true.