fix typos
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / proxy-addr / README.md
index 57ec4cd..c73821c 100644 (file)
@@ -33,7 +33,7 @@ proxyaddr(req, function(addr){ return addr === '127.0.0.1' })
 proxyaddr(req, function(addr, i){ return i < 1 })
 ```
 
-The `trust` arugment may also be a single IP address string or an
+The `trust` argument may also be a single IP address string or an
 array of trusted addresses, as plain IP addresses, CIDR-formatted
 strings, or IP/netmask strings.