diff --git a/Documentation.html b/Documentation.html
index 447e96929..8d919ff2e 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -2168,7 +2168,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
This happens because the MySQL directive lower_case_table_names
defaults to 1 (ON) in the Win32 version of MySQL. You can change
this behavior by simply changing the directive to 0 (OFF):
- Just edit you my.ini file that should be located in your Windows
+ Just edit your my.ini file that should be located in your Windows
directory and add the following line to the group [mysqld]:
set-variable = lower_case_table_names=0
Next, save the file and restart the MySQL service. You can always check the