diff --git a/Documentation.html b/Documentation.html index 98171e147..322ec8133 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1410,7 +1410,7 @@ ALTER TABLE `pma_column_comments` want to use rules for IP addresses behind proxy.

The following example specifies that phpMyAdmin should trust a - HTTP_X_FORWARDED_FOR (X-Forwared-For) header coming from the proxy 1.2.3.4: + HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:
 $cfg['TrustedProxies'] =
      array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR');