From 0a87f1e66e0983e62068dbde5609b626fbe94726 Mon Sep 17 00:00:00 2001 From: Marten Schiwek Date: Mon, 27 Apr 2026 13:16:17 +0200 Subject: [PATCH] Fix "arugment" typo in README Hi, thanks for the package. While going through the readme I noticed one "argument" was spelled wrong on one occasion. BR, Marten --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c0b63..ed93884 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,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.