diff --git a/Documentation.html b/Documentation.html
index 20ebad86a..db24cb21e 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -304,7 +304,7 @@
|
- GRANT SELECT, INSERT, DELETE ON <pma_db> TO 'pma'@'localhost';
+ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db> TO 'pma'@'localhost';
(this of course requires you to have a special DB for phpMyAdmin, the contents
will be explained later)
|