diff --git a/Documentation.html b/Documentation.html index 60a6b8589..11d30d807 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');