Skip to content

Commit 0a87f1e

Browse files
authored
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
1 parent a4b9038 commit 0a87f1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ proxyaddr(req, function (addr) { return addr === '127.0.0.1' })
3737
proxyaddr(req, function (addr, i) { return i < 1 })
3838
```
3939

40-
The `trust` arugment may also be a single IP address string or an
40+
The `trust` argument may also be a single IP address string or an
4141
array of trusted addresses, as plain IP addresses, CIDR-formatted
4242
strings, or IP/netmask strings.
4343

0 commit comments

Comments
 (0)